chiark / gitweb /
comm: Move construction of comm_addr behind comm interface.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 21 Jul 2011 13:24:11 +0000 (14:24 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 27 Aug 2011 15:43:22 +0000 (16:43 +0100)
commita5e3be96865ceaefd8a24614a0666e5e111c7255
tree37d9cd4e401dc46b245a13dfedecb114b8808631
parentc4c8208c3c97e69b5db616b45e69f6f11f24d122
comm: Move construction of comm_addr behind comm interface.

Now only the specific comm is allowed to construct a comm_addr; site
no longer does so.  It passes the sockaddr_in containing the address
and port number from the configuration.  This paves the way for more
exciting kinds of comm.

No international functional change.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
secnet.h
site.c
udp.c