HTTP handshake in peer protocol (RIPD-351):

* New I/O paths for client and server role
* New handshake_analyzer detects the peer protocol
* New basic_message class for parsing and storing HTTP messages
* Conditional compilation for selective feature enabling.
* Server supports both current handshake and HTTP handshake
This commit is contained in:
Vinnie Falco
2014-07-31 15:46:05 -07:00
parent 723d7d1263
commit 6e934ee6a1
13 changed files with 2335 additions and 626 deletions

View File

@@ -25,3 +25,5 @@
#include <ripple/overlay/impl/PeerImp.cpp>
#include <ripple/overlay/impl/PeerDoor.cpp>
#include <ripple/overlay/tests/peer_info.test.cpp>