mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -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 netFlagDhtOk;
|
||||||
bool netFlagExtOk;
|
bool netFlagExtOk;
|
||||||
bool netFlagUdpOk;
|
bool netFlagUdpOk;
|
||||||
bool netFlagTcpOk;
|
|
||||||
bool netFlagResetReq;
|
bool netFlagResetReq;
|
||||||
|
|
||||||
|
//tcp connection test is not implemented
|
||||||
|
bool netFlagTcpOk;
|
||||||
|
|
||||||
|
|
||||||
/* these are protected for testing */
|
/* these are protected for testing */
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue