IP ban refactor with hpws. (#354)

* Refactored corebill.
* Integrated hpws ban tracking.
* Removed session handler helpers.
* Improved bad behaviour reporting.
This commit is contained in:
Ravin Perera
2021-12-17 07:08:26 +05:30
committed by GitHub
parent ec3a09a942
commit 8dabfb4a2e
24 changed files with 641 additions and 651 deletions

View File

@@ -17,8 +17,6 @@ namespace msg::fbuf::p2pmsg
/**
* This section contains Flatbuffer message reading/writing helpers.
* These helpers are mainly used by peer_session_handler and other components which sends outgoing p2p messages.
*
* A p2p flatbuffer message is a bucket with hp version and the message 'content'.
*/