.. |
config
|
tor auto config
|
2018-04-19 10:30:40 -04:00 |
address.go
|
update comments, mostly TODO/FIXME notes
|
2018-01-26 17:30:51 -06:00 |
admin.go
|
add a udp close packet, and partial support for a removePeer admin call (sends close to UDP peers, but doesn't close TCP connections yet)
|
2018-03-16 18:24:28 -05:00 |
core.go
|
tor auto config
|
2018-04-19 10:30:40 -04:00 |
crypto.go
|
Mostly working PMTU discovery when going over UDP links
|
2018-02-25 20:24:36 -06:00 |
debug.go
|
keep peers separate from other nodes in dht
|
2018-03-10 13:58:48 -06:00 |
dht.go
|
don't add things to the dht rumorMill if they've been pinged in the last minute (arbitrary time, needs investigating)
|
2018-03-17 15:28:22 -05:00 |
dial.go
|
* only enable tor proxy dialer when tor is enabled
|
2018-04-25 10:06:13 -04:00 |
icmpv6.go
|
Modify ICMPv6 source address for "Packet Too Big" messages to a routable address so that it correctly routes to nodes in an yggdrasil /64 subnet
|
2018-03-10 22:31:36 +00:00 |
peer.go
|
cleanup
|
2018-02-23 13:04:52 -06:00 |
router.go
|
try sending pings before sending searches for an unresponsive session
|
2018-04-22 15:31:30 -05:00 |
search.go
|
update comments, mostly TODO/FIXME notes
|
2018-01-26 17:30:51 -06:00 |
session.go
|
try sending pings before sending searches for an unresponsive session
|
2018-04-22 15:31:30 -05:00 |
signature.go
|
Run gofmt -s -w .
|
2018-01-04 22:37:51 +00:00 |
switch.go
|
ignore root tstamp updates if we just updated, to throttle the rate at which updates (and new signatures) can propagate
|
2018-02-17 23:57:24 -06:00 |
tcp.go
|
use address only not port
|
2018-04-20 08:41:09 -04:00 |
tun_bsd.go
|
Attempt to support NetBSD
|
2018-03-04 23:47:01 +00:00 |
tun_darwin.go
|
Add FreeBSD support in TAP mode
|
2018-03-04 16:24:50 +00:00 |
tun_freebsd.go
|
Attempt to support NetBSD
|
2018-03-04 23:47:01 +00:00 |
tun_linux.go
|
Add FreeBSD support in TAP mode
|
2018-03-04 16:24:50 +00:00 |
tun_netbsd.go
|
Attempt to support NetBSD
|
2018-03-04 23:47:01 +00:00 |
tun_openbsd.go
|
Attempt to support NetBSD
|
2018-03-04 23:47:01 +00:00 |
tun_other.go
|
Attempt to support NetBSD
|
2018-03-04 23:47:01 +00:00 |
tun_windows.go
|
Add FreeBSD support in TAP mode
|
2018-03-04 16:24:50 +00:00 |
tun.go
|
get the fd instead of depending on water to do it
|
2018-03-04 13:57:34 -06:00 |
udp.go
|
add a udp close packet, and partial support for a removePeer admin call (sends close to UDP peers, but doesn't close TCP connections yet)
|
2018-03-16 18:24:28 -05:00 |
util.go
|
update comments, mostly TODO/FIXME notes
|
2018-01-26 17:30:51 -06:00 |
wire.go
|
cleanup
|
2018-02-23 13:04:52 -06:00 |