Skip to content

Instantly share code, notes, and snippets.

@calmh
Created August 18, 2016 20:16
Show Gist options
  • Save calmh/1b8c0ec6b2655f0442de8fb5ba0271cf to your computer and use it in GitHub Desktop.
Save calmh/1b8c0ec6b2655f0442de8fb5ba0271cf to your computer and use it in GitHub Desktop.
jb@syno:~/tmp $ go run foo.go
2016/08/18 22:15:42 Do Test1
2016/08/18 22:15:42 Send To: 217.10.68.152:3478
2016/08/18 22:15:42 Received: {packet nil: false, local: 213.114.6.177:9237, remote: 217.10.68.152:3478, changed: 217.116.122.136:3479, identical: false}
2016/08/18 22:15:42 Do Test2
2016/08/18 22:15:42 Send To: 217.10.68.152:3478
2016/08/18 22:15:52 Received: Nil
2016/08/18 22:15:52 Do Test1
2016/08/18 22:15:52 Send To: 217.116.122.136:3479
2016/08/18 22:15:52 Received: {packet nil: false, local: 213.114.6.177:21548, remote: 217.116.122.136:3479, changed: 217.10.68.152:3478, identical: false}
2016/08/18 22:15:52 Do Test3
2016/08/18 22:15:52 Send To: 217.116.122.136:3479
2016/08/18 22:16:01 Received: Nil
Port restricted NAT 213.114.6.177:9237 <nil>
jb@syno:~/tmp $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment