RetroShare/libbitdht/src/bitdht
drbob b6dbdf9396 Improvements to BadPeer Filter.
* Enabling Local BadPeer Filter. 
	- This will remove any peer you detect is spoofing yourself or your friends.
	- This list is also shared with you friends. (in Test Mode).
 * added Cleanup of BadPeer Filter.
	- Instead of permanent ban, peers are be banned for 6 hours.
	- bdManager periodically calls this - which prints out ban list too.
 * added #define to disable the Filter - for testing purposes.

NOTES: This Ip Filter should probably be moved from DHT level to UdpLayer level.
	This will enable it to filter STUN / UDP Connection Packets too.




git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-dhtmods@4716 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-12-08 20:00:20 +00:00
..
bdaccount.cc Incremental Improvements to DHT: 2011-11-22 13:16:03 +00:00
bdaccount.h Merging branches/v0.5-peernet/libbitdht (Merging r4237 through r4353 into '.') 2011-06-29 10:46:11 +00:00
bdboot.txt updated bdboot file. 2011-06-28 16:43:45 +00:00
bdconnection.cc Incremental Improvements to DHT: 2011-11-22 13:16:03 +00:00
bdconnection.h * #defined most of the Debugging info out. 2011-07-18 23:52:23 +00:00
bdfilter.cc Improvements to BadPeer Filter. 2011-12-08 20:00:20 +00:00
bdfilter.h Improvements to BadPeer Filter. 2011-12-08 20:00:20 +00:00
bdfriendlist.cc Improvements to the Bad Peer tracking in the DHT. 2011-11-25 00:48:33 +00:00
bdfriendlist.h Improvements to the Bad Peer tracking in the DHT. 2011-11-25 00:48:33 +00:00
bdhash.cc * Added new interface functions for start / stop DHT and to get stats. 2010-10-17 20:55:32 +00:00
bdhash.h * Added new interface functions for start / stop DHT and to get stats. 2010-10-17 20:55:32 +00:00
bdhistory.cc bitdht improvements 2010-09-29 19:59:31 +00:00
bdhistory.h bitdht improvements 2010-09-29 19:59:31 +00:00
bdiface.h * Reduced DHT default msg rate to 5/sec. (was 50/sec) 2011-12-01 17:19:30 +00:00
bdmanager.cc Improvements to BadPeer Filter. 2011-12-08 20:00:20 +00:00
bdmanager.h * Reduced DHT default msg rate to 5/sec. (was 50/sec) 2011-12-01 17:19:30 +00:00
bdmsgs.cc Added Bandwidth and Delay parameters to BitDHT Connect Messages. 2011-07-17 23:29:53 +00:00
bdmsgs.h Added Bandwidth and Delay parameters to BitDHT Connect Messages. 2011-07-17 23:29:53 +00:00
bdnode.cc Improvements to BadPeer Filter. 2011-12-08 20:00:20 +00:00
bdnode.h * Reduced DHT default msg rate to 5/sec. (was 50/sec) 2011-12-01 17:19:30 +00:00
bdobj.cc Merging branches/v0.5-peernet/libbitdht (Merging r4237 through r4353 into '.') 2011-06-29 10:46:11 +00:00
bdobj.h Fixed up BITDHT versioning. 2010-10-05 21:57:22 +00:00
bdpeer.cc Incremental Improvements to DHT: 2011-11-22 13:16:03 +00:00
bdpeer.h Incremental Improvements to DHT: 2011-11-22 13:16:03 +00:00
bdquery.cc Removed unused parameter warnings in libbitdht. 2011-08-12 12:43:24 +00:00
bdquery.h Merged from /branches/v0.5-peernet/libbitdht:r4357-4397 2011-07-06 00:14:58 +00:00
bdquerymgr.cc Merged from /branches/v0.5-peernet/libbitdht:r4357-4397 2011-07-06 00:14:58 +00:00
bdquerymgr.h Merging branches/v0.5-peernet/libbitdht (Merging r4237 through r4353 into '.') 2011-06-29 10:46:11 +00:00
bdstddht.cc Incremental Improvements to DHT: 2011-11-22 13:16:03 +00:00
bdstddht.h Merging branches/v0.5-peernet/libbitdht (Merging r4237 through r4353 into '.') 2011-06-29 10:46:11 +00:00
bdstore.cc Merging from branches/v0.5-peernet/libbitdht (--- Merging r4354 through r4356 into '.') 2011-06-29 16:06:33 +00:00
bdstore.h Merging branches/v0.5-peernet/libbitdht (Merging r4237 through r4353 into '.') 2011-06-29 10:46:11 +00:00
bencode.c Fixed up BITDHT versioning. 2010-10-05 21:57:22 +00:00
bencode.h Addition of libbitdht. 2010-07-10 11:48:24 +00:00
Makefile Addition of libbitdht. 2010-07-10 11:48:24 +00:00