mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-18 10:57:18 -05: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
@ -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…
Reference in New Issue
Block a user