You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/tsnet
Tom DNetto fffafc65d6 tsnet: support registering fallback TCP flow handlers
For the app connector use-case, it doesnt make sense to use listeners, because then you would
need to register thousands of listeners (for each proto/service/port combo) to handle ranges.

Instead, we plumb through the TCPHandlerForFlow abstraction, to avoid using the listeners
abstraction that would end up being a bit messy.

Signed-off-by: Tom DNetto <tom@tailscale.com>
Updates: https://github.com/tailscale/corp/issues/15038
12 months ago
..
example client/web: add self node cache 1 year ago
example_tshello_test.go tsnet: add examples (#8289) 1 year ago
example_tsnet_test.go tsnet: add examples (#8289) 1 year ago
tsnet.go tsnet: support registering fallback TCP flow handlers 12 months ago
tsnet_test.go tsnet: support registering fallback TCP flow handlers 12 months ago