Replies: 1 comment
-
I was trying to read the code from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to make a data channel based VPN with tunnel mode, in which all traffic will be routed to the VPN network interface for handling, thus I need to identify where the peer calls
net.Dial
and then mark the socket to not go to the VPN network iface.After some reading and digging, I found out that
dtls
andsctp
might be the place to do this, but it seems that theDial
in those places is not used in peer negotiation, so I went into theICE
repo, but I can't find where the peer does these connections, plz help, thx a lot!Beta Was this translation helpful? Give feedback.
All reactions