hrs f1fc4c2cca - Fix main() to use two separated sockets for the two transports
when "-P port" is specified.  It invoked svc{tcp,udp}_create()
  for only one of the two allocated sockets, and prevented the
  TCP socket from binding to as the result.

- Use TI-RPC functions and handle sockets in a
  transport-independent way.  At this moment only AF_INET ("udp"
  and "tcp") is supported because others need rewrites of ACL
  handling and yp clients.

- Add '-h addr' to specify addresses to bind to.

- Convert _msgout() to use variable argument lists and remove
  asprintf() for error strings.

- Remove register storage class specifier.

Discussed with:	kuriyama
MFC after:	1 week
2009-12-13 15:19:01 +00:00
..
2009-11-16 21:47:12 +00:00
2009-11-02 12:35:38 +00:00
2009-12-09 20:05:37 +00:00
2009-12-03 20:06:03 +00:00
2009-12-06 01:27:28 +00:00
2009-12-06 01:29:49 +00:00
2009-11-02 12:35:38 +00:00
2009-11-02 23:02:11 +00:00