Split websocket connections to two ports.

This commit is contained in:
Arthur Britto
2012-11-05 14:18:34 -08:00
parent 4dfaaf078d
commit bd458fd450
9 changed files with 79 additions and 35 deletions

View File

@@ -62,7 +62,8 @@ class Application
ConnectionPool mConnectionPool;
PeerDoor* mPeerDoor;
RPCDoor* mRPCDoor;
WSDoor* mWSDoor;
WSDoor* mWSPublicDoor;
WSDoor* mWSPrivateDoor;
uint256 mNonce256;
std::size_t mNonceST;