disabled outgoing normal connections - if hidden node.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-initdev@6730 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2013-09-11 07:00:33 +00:00
parent 1d6f99de0d
commit 5322040d29
4 changed files with 24 additions and 0 deletions

View file

@ -40,6 +40,8 @@
const int pqisslproxyzone = 3517;
#define PROXY_DEBUG 1
#define PROXY_STATE_FAILED 0
#define PROXY_STATE_INIT 1
#define PROXY_STATE_WAITING_METHOD_RESPONSE 2