Update to 5.2.8, and fix building with boost 1.68.

PR:		229697
This commit is contained in:
Vanilla I. Shu
2018-08-14 14:59:46 +00:00
parent b8837b0fe6
commit 30ea4c9bb1
23 changed files with 96 additions and 79 deletions

View File

@@ -1,6 +1,6 @@
--- flow/Net2.actor.cpp.orig 2018-05-11 01:30:59 UTC
--- flow/Net2.actor.cpp.orig 2018-08-01 01:25:10 UTC
+++ flow/Net2.actor.cpp
@@ -56,7 +56,7 @@ uint64_t compatibleProtocolVersionMask = 0xfffffffffff
@@ -56,7 +56,7 @@ uint64_t compatibleProtocolVersionMask =
uint64_t minValidProtocolVersion = 0x0FDB00A200060001LL;
@@ -9,7 +9,7 @@
#include <execinfo.h>
volatile double net2liveness = 0;
@@ -403,8 +403,7 @@ class Connection : public IConnection, ReferenceCounte
@@ -403,8 +403,7 @@ private:
void init() {
// Socket settings that have to be set after connect or accept succeeds