ntop / n2n

Peer-to-peer VPN
GNU General Public License v3.0
6.05k stars 925 forks source link

Embedding Question / Issue #1148

Open sduensin opened 10 months ago

sduensin commented 10 months ago

I've embedded the n2n edge in another application that, after the app starts the edge, it attempts to use enet (UDP library) to then communicate across the newly created network. When it does this, the edge loses all its peers. The peers attempt to reconnect (or the edge does, I can't tell which) but continue to disappear when packets are sent across the VPN.

Any ideas at all as to what might be going on?