chiark / gitweb /
comm, udp: Provide an addr_to_string method
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 17 Jul 2011 23:59:50 +0000 (00:59 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 17 Aug 2011 22:14:54 +0000 (23:14 +0100)
commit5edf478f9f729427bb4d979d15b21db049222d68
treef54bfa95b2a0792c14c980800cf09d564ac6357b
parente7f8ec2afddd169361d598ab79ebf9452a6016bc
comm, udp: Provide an addr_to_string method

This method writes (into a single static buffer) a string describing a
comm_addr.  It describes both the comm instance and the peer address.

No callers yet, but one is about to be introduced.

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