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
Uh oh!
There was an error while loading. Please reload this page.
-
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.Dialand then mark the socket to not go to the VPN network iface.After some reading and digging, I found out that
dtlsandsctpmight be the place to do this, but it seems that theDialin those places is not used in peer negotiation, so I went into theICErepo, 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