Use threads for TCP connections.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 14 Jan 2011 16:09:29 +0000 (17:09 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 14 Jan 2011 16:09:29 +0000 (17:09 +0100)
commit1b30cee086148975886f961aadc26e23b1bfd6f2
tree0cfe9ca0a3b2450b6f743dc828c1e0718d330aec
parentb7b0bcf6afd2e73069b892cad73224a385310cd3
Use threads for TCP connections.

This is a minimal conversion which does not yet get rid of bufferevents and
evbuffers in connection_ts.
src/connection.c
src/connection.h
src/meta.c
src/net.c
src/net.h
src/net_socket.c