summaryrefslogtreecommitdiffstats
path: root/fnet/CMakeLists.txt
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-03-13 13:52:58 +0100
committerArne H Juul <arnej@yahoo-inc.com>2017-03-13 15:28:29 +0100
commita23d7d3af0ceb2c28ccc878a8f953c8c591b3b8a (patch)
treeadd02a89be59ffbabaf938f29f96fafc0c9110ae /fnet/CMakeLists.txt
parent720617cf9e441059558870525cfefe94a85df788 (diff)
perform async connect in same thread
* always set socket non-blocking in Init() before calling Connect() * pick up async connect result in HandleWriteEvent * also revert "set incoming connections in non-blocking mode" since that is now always done in Init() * revert "closed while not added to event loop" handling (there is no longer a window where a connection can be closed before it is added to the transport event loop) * remove component for separate connect thread
Diffstat (limited to 'fnet/CMakeLists.txt')
-rw-r--r--fnet/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/fnet/CMakeLists.txt b/fnet/CMakeLists.txt
index b55d96ceaa4..cc18e276a32 100644
--- a/fnet/CMakeLists.txt
+++ b/fnet/CMakeLists.txt
@@ -14,7 +14,6 @@ vespa_define_module(
src/examples/ping
src/examples/proxy
src/examples/timeout
- src/tests/connect_thread
src/tests/connection_spread
src/tests/databuffer
src/tests/examples