..
api.go
Link costing based on average RTT ( #1171 )
2024-09-21 22:05:23 +00:00
core_test.go
Use Go 1.21 in CI, update minimum version to Go 1.20, lint fixes, update quic-go
2023-08-12 18:12:58 +01:00
core.go
fix incorrect pool use
2024-05-25 06:15:36 -05:00
debug.go
Fix PPROFLISTEN
2023-11-28 13:24:54 +00:00
link_quic.go
Update behaviour in QUIC listener handler
2024-01-05 11:45:20 +00:00
link_socks.go
Add sockstls://
( #1090 )
2023-11-04 17:57:15 +00:00
link_tcp_darwin.go
Various clean-ups
2024-07-20 12:31:58 +01:00
link_tcp_linux.go
Don't set BBR for TCP peerings
2023-09-03 13:30:41 +01:00
link_tcp_other.go
Link refactor ( #941 )
2022-09-17 20:07:00 +01:00
link_tcp.go
Link state tracking tweaks and improved shutdown
2024-08-11 10:42:25 +01:00
link_tls.go
Link state tracking tweaks and improved shutdown
2024-08-11 10:42:25 +01:00
link_unix.go
Link state tracking tweaks and improved shutdown
2024-08-11 10:42:25 +01:00
link_ws.go
Link state tracking tweaks and improved shutdown
2024-08-11 10:42:25 +01:00
link_wss.go
Implement websocket (ws:// and wss://) links ( #1152 )
2024-07-23 22:58:11 +01:00
link.go
Link state tracking tweaks and improved shutdown
2024-08-11 10:42:25 +01:00
nodeinfo.go
Fix setting nodeinfo ( closes #954 )
2022-10-15 15:42:52 +01:00
options_test.go
Don't panic at startup when duplicate peers are configured
2023-10-28 21:34:15 +01:00
options.go
Don't panic at startup when duplicate peers are configured
2023-10-28 21:34:15 +01:00
pool.go
try to cheer up the linter again
2023-05-21 12:49:49 -05:00
proto.go
Validate public key lengths on debug_
API endpoints ( fixes #1113 )
2023-12-03 17:55:12 +00:00
tls.go
Don't require TLS client certificate
2023-10-15 23:06:10 +01:00
types.go
have the core wrap and export the underlying PacketConn, move IPv6 ReadWriteCloser wrapper logic to a separate package
2021-07-05 13:14:12 -05:00
version_test.go
Report errors during handshake stage ( #1091 )
2023-11-04 17:57:04 +00:00
version.go
Improve link and handshake errors
2024-08-01 21:53:48 +01:00