1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 07:36:48 +02:00

allow connections through proxies

This commit is contained in:
Jfreegman
2014-08-14 20:31:52 -04:00
parent edbdf2966a
commit 72010dd2e1
3 changed files with 35 additions and 7 deletions

View File

@ -78,6 +78,7 @@ typedef enum _FATAL_ERRS {
FATALERR_NETWORKINIT = -8, /* Tox network failed to init */
FATALERR_INFLOOP = -9, /* infinite loop detected */
FATALERR_WININIT = -10, /* window init failed */
FATALERR_PROXY = -11, /* Tox network failed to iti using a proxy */
} FATAL_ERRS;
/* Fixes text color problem on some terminals.