.. |
address.go
|
update comments, mostly TODO/FIXME notes
|
2018-01-26 17:30:51 -06:00 |
admin.go
|
Try to exchange MTUs when creating sessions
|
2018-02-11 23:09:05 +00:00 |
core.go
|
update comments, mostly TODO/FIXME notes
|
2018-01-26 17:30:51 -06:00 |
crypto.go
|
Run gofmt -s -w .
|
2018-01-04 22:37:51 +00:00 |
debug.go
|
Add "IfTAPMode" configuration option to allow selecting TAP mode on supported platforms
|
2018-02-11 21:45:44 +00:00 |
dht.go
|
update comments, mostly TODO/FIXME notes
|
2018-01-26 17:30:51 -06:00 |
ndp.go
|
update comments, mostly TODO/FIXME notes
|
2018-01-26 17:30:51 -06:00 |
peer.go
|
update comments, mostly TODO/FIXME notes
|
2018-01-26 17:30:51 -06:00 |
router.go
|
possibly fix deadlock from race in peer linkloop goroutine, add some related debug code to the admin
|
2018-02-07 17:48:30 -06:00 |
search.go
|
update comments, mostly TODO/FIXME notes
|
2018-01-26 17:30:51 -06:00 |
session.go
|
Clean up session.go
|
2018-02-12 00:01:15 +00:00 |
signature.go
|
Run gofmt -s -w .
|
2018-01-04 22:37:51 +00:00 |
switch.go
|
update comments, mostly TODO/FIXME notes
|
2018-01-26 17:30:51 -06:00 |
tcp.go
|
possibly fix deadlock from race in peer linkloop goroutine, add some related debug code to the admin
|
2018-02-07 17:48:30 -06:00 |
tun_darwin.go
|
Add "IfTAPMode" configuration option to allow selecting TAP mode on supported platforms
|
2018-02-11 21:45:44 +00:00 |
tun_linux.go
|
Add "IfTAPMode" configuration option to allow selecting TAP mode on supported platforms
|
2018-02-11 21:45:44 +00:00 |
tun_other.go
|
Add "IfTAPMode" configuration option to allow selecting TAP mode on supported platforms
|
2018-02-11 21:45:44 +00:00 |
tun_windows.go
|
Add "IfTAPMode" configuration option to allow selecting TAP mode on supported platforms
|
2018-02-11 21:45:44 +00:00 |
tun.go
|
Fix MTU issues with TAP adapters
|
2018-01-25 17:44:56 +00:00 |
udp.go
|
add tcp support and use it by default
|
2018-02-09 17:42:55 -06:00 |
util.go
|
update comments, mostly TODO/FIXME notes
|
2018-01-26 17:30:51 -06:00 |
wire.go
|
Exchange MTU on wire
|
2018-02-11 23:58:30 +00:00 |