Split connection list into two lists:
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 15 Jul 2001 18:07:31 +0000 (18:07 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 15 Jul 2001 18:07:31 +0000 (18:07 +0000)
commit319e0cb48eb00565a11c85b901f54141f8160334
tree7749a1163f14f42b7fbf4d3206616638658a2a38
parentb3074590b184c141419cf4926820dc0d78380535
Split connection list into two lists:
 - one list to handle all incoming/outgoing TCP connections
 - another list to handle all UDP connections

This will prevent race conditions.
src/connection.c
src/connection.h
src/net.c
src/protocol.c