- Using stun I will get my external ip/port and NAT type.
- On my middle server (public ip), I will register peers external ip/ports (Now server knows peer 1's and 2's external ip/port).
- Exchange the ip/port (peer 1 will get to know the peer 2's ip/port).
- Simultaneously make
connect()
call from both the peers.
Is it the right flow?