This doesn't seem to properly synchronize reads and writes.

This commit is contained in:
JoelKatz
2013-08-27 02:22:40 -07:00
parent d7ca14b18d
commit 640e9482c4

View File

@@ -185,6 +185,6 @@
// This is only here temporarily. Use it to turn off MultiSocket
// in Peer code if you suspect you're having problems because of it.
//
#define RIPPLE_PEER_USES_BEAST_MULTISOCKET 1
#define RIPPLE_PEER_USES_BEAST_MULTISOCKET 0
#endif