removed unimplemented tcp flag

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1751 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2009-10-30 00:35:59 +00:00
parent 32ea1bfd0f
commit 938c2edef2

View File

@ -376,9 +376,11 @@ private:
bool netFlagDhtOk;
bool netFlagExtOk;
bool netFlagUdpOk;
bool netFlagTcpOk;
bool netFlagResetReq;
//tcp connection test is not implemented
bool netFlagTcpOk;
/* these are protected for testing */
protected: