-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move network related internal packages to here #57
Comments
I have just migrated |
@stv0g I noticed that in the |
Yes, that was intentional as I believe the removed functionality is also part of the standard libraries I was also irritated why the functionality was in this module. It does not seem to be networking related. |
@stv0g I'm not sure introducing the |
Hi @hasheddan , Thanks for the context. I now understand yhe motivation of our custom |
@hasheddan I am going to address this in #259 |
I wasn't able to move Closing this for now! |
To make
webrtc/internal/mux.Mux
,transport/vnet.VNet
, andtransport/test.Bridge
compatible with fullnet.Conn
features (includingSetDeadline
), it would be better to movedtls/internal/net/deadline
to this package. Following packages are also better to be moved to here to make package dependencies clean.dtls/internal/net/deadline
(net.Conn
compatible deadline timer)dtls/internal/net/connctx
(context cancelableConn
)udp
dtls/internal/net/dpipe
(datagram like pipe)webrtc/internal/mux
(packet multiplexer)The text was updated successfully, but these errors were encountered: