socket-util: Make TCP open function support no default port.
authorBen Pfaff <blp@nicira.com>
Wed, 28 Oct 2009 22:20:42 +0000 (15:20 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 4 Nov 2009 23:24:40 +0000 (15:24 -0800)
commit8a8eb867724ccbfe5e5130c5b604b51c86de3b9f
treee3b974502aacabde1ba0ec255747d7831d802cc2
parent675febfa2f31372e45e2a6a28ce19256b22106d7
socket-util: Make TCP open function support no default port.

Until now, tcp_open_active() and tcp_open_passive() have only been used
in situations where there is a reasonable default port, e.g. OFP_TCP_PORT.
But now, in the upcoming JSON-RPC library and underlying stream library,
there is no reasonable default, so enhance these functions so that they
can require the user to specify a port explicitly.
lib/socket-util.c