mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
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:
parent
32ea1bfd0f
commit
938c2edef2
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue