From 09b31812fa2af4e67d9d9193aaae0d7111ded15f Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 16 Jul 2017 12:36:32 -0700 Subject: Fix locking errors in endpoints, and simplify some logic. This cleans up the pipe creation logic greatly, and eliminates a nasty potential deadlock (lock-order incorrect.) It also adds a corret binary exponential and randomized backoff on both accept and connect. --- src/core/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/init.c') diff --git a/src/core/init.c b/src/core/init.c index 88c80f3f..0c294506 100644 --- a/src/core/init.c +++ b/src/core/init.c @@ -1,5 +1,6 @@ // // Copyright 2016 Garrett D'Amore +// Copyright 2017 Capitar IT Group BV // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this -- cgit v1.2.3-70-g09d2