net: a few small cleanups before replacing boost threads
commit7325b1556684158461c9c0df056c9d071444b54e
authorCory Fields <cory-nospam-@coryfields.com>
Tue, 27 Dec 2016 22:11:57 +0000 (27 17:11 -0500)
committerCory Fields <cory-nospam-@coryfields.com>
Tue, 3 Jan 2017 22:53:09 +0000 (3 17:53 -0500)
tree191dd644161c06211bd041502f968c757ece4677
parent2a524b8e8fe69ef487fd8ea1b4f7a03f473ed201
net: a few small cleanups before replacing boost threads

- Drop the interruption point directly after the pnode allocation. This would
    be leaky if hit.
- Rearrange thread creation so that the socket handler comes first
src/net.cpp