RetroShare/libretroshare/src/dht
Phenom 8dbb0d61af Fix warning: this statement may fall through
/libretroshare/src/dht/connectstatebox.cc:394: warning: this statement
may fall through [-Wimplicit-fallthrough=]
    if (mNextAttemptTS > now)
/libretroshare/src/dht/connectstatebox.cc:401: here
   default:

/libretroshare/src/dht/connectstatebox.cc:406: warning: this statement
may fall through [-Wimplicit-fallthrough=]
    if (mState != CSB_FAILED_WAIT)
/libretroshare/src/dht/connectstatebox.cc:414: here
   case CSB_START:

/libretroshare/src/dht/connectstatebox.cc:530: warning: this statement
may fall through [-Wimplicit-fallthrough=]
    if (mNextAttemptTS > now)
/libretroshare/src/dht/connectstatebox.cc:540: here
   default:

/libretroshare/src/dht/connectstatebox.cc:543: warning: this statement
may fall through [-Wimplicit-fallthrough=]
    if (mState != CSB_FAILED_WAIT)
/libretroshare/src/dht/connectstatebox.cc:551: here
   case CSB_START:
2017-07-17 22:29:11 +02:00
..
connectstatebox.cc Fix warning: this statement may fall through 2017-07-17 22:29:11 +02:00
connectstatebox.h Bugfixes for ExclusiveProxy Mode. 2011-07-17 16:24:45 +00:00
p3bitdht_interface.cc removed unused variable warnings 2016-06-21 14:02:52 +02:00
p3bitdht_peernet.cc removed unused variable warnings 2016-06-21 14:02:52 +02:00
p3bitdht_peers.cc add new option to qmake to enable dht stunner 2016-06-21 13:55:23 +02:00
p3bitdht_relay.cc moved rsconfigitems and rshistoryitems to rsitems/ 2017-04-24 22:47:08 +02:00
p3bitdht.cc Merge pull request #426 from sehraf/pr-disable-dht-stunner 2016-06-27 17:17:28 +01:00
p3bitdht.h add new option to qmake to enable dht stunner 2016-06-21 13:55:23 +02:00
stunaddrassist.h Massive commit - changing from sockaddr_in => sockaddr_storage. 2013-09-13 14:35:19 +00:00