Errores #105
Use new stun.py class to workaround bad STUN hosts
| Status: | Resuelta | Start: | 08/04/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Misc | |||
| Target version: | 0.5.2 |
Description
Te newly created stun.py module should be used in order to make a better workaround for the case that the user enters an invalid STUN host.
History
Updated by Saúl Ibarra 7 months ago
- Status changed from Nueva to Resuelta
Done! r170 implements a far better workaround: when the user enter a STUN host python-dns package is used to check if it's a valid stun host. If it's an invalid host, STUN support is disabled and a message is shown to the user.