remove unimplemented tcpOk flag

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1750 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2009-10-30 00:35:44 +00:00
parent 324b51e250
commit 32ea1bfd0f
6 changed files with 8 additions and 66 deletions

View file

@ -145,7 +145,7 @@ class RsConfig
bool netDhtOk; /* response from dht */
bool netExtOk; /* know our external address */
bool netUdpOk; /* recvd stun / udp packets */
bool netTcpOk; /* recvd incoming tcp */
//bool netTcpOk; /* recvd incoming tcp */
bool netResetReq;
};