-
-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Description
I have discovered an issue when running the TURN test while the machine performing the test is behind symmetric NAT (wifi teethering from my phone) https://github.com/paullouisageneau/libjuice/blob/master/test/turn.c
I originally discovered the problem using LibDataChannel with libjuice but it can be reproduced with just libjuice.
It seems like libjuice wrongly filters out a packet coming from the TURN server because the port number does not match, because of the symmetric NAT.
I've tried to fix the filtering issue, but then the rendezvous still fails as the ip:port tupple is not added to the list of candidates and the rendezvous still fails.
Metadata
Metadata
Assignees
Labels
No labels