stream: Make passive SSL and TCP streams report bound addresses as names.
authorBen Pfaff <blp@nicira.com>
Thu, 7 Jan 2010 21:55:35 +0000 (13:55 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 7 Jan 2010 23:00:51 +0000 (15:00 -0800)
commit42967038cbbb56b894e99eb17e5de7cfb11de9cf
tree5a9a1eb979fb339908b91bbd23e2f699c0e46f7f
parent36775dad3505929f8370166c33e8e0f04ca96c1c
stream: Make passive SSL and TCP streams report bound addresses as names.

The names of passive SSL and TCP streams were being poorly reported: TCP
always simply reported "ptcp", and SSL reported whatever was passed in.
This commit makes them report the addresses that were actually bound by
the TCP/IP stack, which is more useful for testing, debugging, and logging.
lib/stream-ssl.c
lib/stream-tcp.c