.. |
api.go
|
Expose download/upload rate per peer (#1206)
|
2024-11-19 08:42:27 +00:00 |
core.go
|
Reusable peer lookup/dial logic
|
2024-11-17 21:14:54 +00:00 |
core_test.go
|
Add unit test for AllowedPublicKeys
|
2024-09-29 22:04:41 +01:00 |
debug.go
|
Fix PPROFLISTEN
|
2023-11-28 13:24:54 +00:00 |
link.go
|
Improvements to how link shutdowns are handled
|
2024-11-23 13:43:34 +00:00 |
link_quic.go
|
Specify TLS 1.2-TLS 1.3 supported range for client connections
|
2024-12-12 19:07:55 +00:00 |
link_socks.go
|
Specify TLS 1.2-TLS 1.3 supported range for client connections
|
2024-12-12 19:07:55 +00:00 |
link_tcp.go
|
Fix some lint issues
|
2024-11-17 21:29:26 +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_tls.go
|
Specify TLS 1.2-TLS 1.3 supported range for client connections
|
2024-12-12 19:07:55 +00:00 |
link_unix.go
|
Reusable peer lookup/dial logic
|
2024-11-17 21:14:54 +00:00 |
link_ws.go
|
Reusable peer lookup/dial logic
|
2024-11-17 21:14:54 +00:00 |
link_wss.go
|
Specify TLS 1.2-TLS 1.3 supported range for client connections
|
2024-12-12 19:07:55 +00:00 |
nodeinfo.go
|
Fix setting nodeinfo (closes #954)
|
2022-10-15 15:42:52 +01:00 |
options.go
|
Reusable peer lookup/dial logic
|
2024-11-17 21:14:54 +00:00 |
options_test.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.go
|
Improve link and handshake errors
|
2024-08-01 21:53:48 +01:00 |
version_test.go
|
Report errors during handshake stage (#1091)
|
2023-11-04 17:57:04 +00:00 |