-
From the STUN Wikipedia page:
Does this library handle the case at the end, where clients must send out a packet to the endpoint? I would assume it does, but I'm not sure if this is part of any spec or not. If the library doesn't currently do this I think it should. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes it does! Those terms aren't what people really use anymore. I have attempted to update this page and the WebRTC one and always get reverted. RFC 4787 is a great read. It breaks it down into Mapping/Filtering and then the behaviors are address independent/dependent. At least one peer must be behind a address independent NAT. This allows them to distribute their NAT mapping so others can send traffic in. If both Peers are behind Address Dependent NATs they can't use STUN and have to use a TURN Server.
|
Beta Was this translation helpful? Give feedback.
Yes it does! Those terms aren't what people really use anymore. I have attempted to update this page and the WebRTC one and always get reverted. RFC 4787 is a great read. It breaks it down into Mapping/Filtering and then the behaviors are address independent/dependent.
At least one peer must be behind a address independent NAT. This allows them to distribute their NAT mapping so others can send traffic in. If both Peers are behind Address Dependent NATs they can't use STUN and have to use a TURN Server.