socket-util: Generalize tcp_open_*() to UDP, as inet_open_*().
authorBen Pfaff <blp@nicira.com>
Mon, 23 Nov 2009 20:18:59 +0000 (12:18 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 23 Nov 2009 20:25:14 +0000 (12:25 -0800)
commit4f2eb9a7e861da23560bb84d50685c836c195419
treef7069fe5be8b792a89c792cdabdad0e2f1ee1ca4
parent1901968e76429f834fa88a3494be768002089645
socket-util: Generalize tcp_open_*() to UDP, as inet_open_*().

The tcp_open_active() and tcp_open_passive() functions don't really have
any strong dependencies on TCP.  With a couple of simple changes they
can be used for UDP also.  Since this is useful for Netflow, this commit
does so.
lib/socket-util.c
lib/socket-util.h
lib/vconn-ssl.c
lib/vconn-tcp.c