Have rconn and vconn export information about IPs and ports
authorJustin Pettit <jpettit@nicira.com>
Mon, 6 Jul 2009 22:15:11 +0000 (15:15 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 8 Jul 2009 18:19:51 +0000 (11:19 -0700)
commit193456d581423f894e57e8463ff5049c0d802f0a
tree0649f9e6300bb00b86c6d84ce9a7c9827fecf726
parentab9c78ff5099e6c45166b47202741b4071176ba3
Have rconn and vconn export information about IPs and ports

Previously, rconn and vconn only allowed users to find out about the
remote IP address.  This set of changes allows users to retrieve the
remote port, local IP, and local port used for the connection.
lib/rconn.c
lib/rconn.h
lib/vconn-provider.h
lib/vconn-ssl.c
lib/vconn-stream.c
lib/vconn-stream.h
lib/vconn-tcp.c
lib/vconn-unix.c
lib/vconn.c
lib/vconn.h
secchan/in-band.c