-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Labels
enhancementNew feature or requestNew feature or request
Description
These are a list of all the things we can do to continue improving the tcp-ice
implementation that landed.
Move tointernal
(a small root package that isn't littered with protocol details is great)- Take a
net.Listener
instead of having global state -
Expose aExpose a net.PacketConn based API,net.PacketConn
based APIAgent
- Implement Active
- Implement simultaneous-open
- Explore if we can remove some concurrency from the API/reduce LoC
- Fix ICE TCP Priority. Right now passive TCP host candidates will have higher priorities than
prflx
/srflx
so TCP will be used even when UDP connectivity is possible
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request