From 5dc064e9717fa492301a52d4adc09d33eab0c41d Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 12 Feb 2015 12:43:54 -0800 Subject: [PATCH] Revert "Disable Overlay socket handoffs" This reverts commit 8eb05d0950d539a261251f52c108b92528e5ae36. --- src/ripple/overlay/impl/OverlayImpl.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ripple/overlay/impl/OverlayImpl.cpp b/src/ripple/overlay/impl/OverlayImpl.cpp index f84365e94..da1fadb42 100644 --- a/src/ripple/overlay/impl/OverlayImpl.cpp +++ b/src/ripple/overlay/impl/OverlayImpl.cpp @@ -194,16 +194,10 @@ OverlayImpl::onHandoff (std::unique_ptr && ssl_bundle, beast::Journal journal (sink); Handoff handoff; - -#if 1 - // VFALCO Disable handoffs - return handoff; -#else if (processRequest(request, handoff)) return handoff; if (! isPeerUpgrade(request)) return handoff; -#endif handoff.moved = true;