From 9e65734d66efc25922486234664734a156c892f9 Mon Sep 17 00:00:00 2001 From: kpl Date: Sun, 28 Apr 2013 15:20:04 -0700 Subject: [PATCH] cmUdpPort.h:Comment update. --- cmUdpPort.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmUdpPort.h b/cmUdpPort.h index 53a36f3..2d7cd48 100644 --- a/cmUdpPort.h +++ b/cmUdpPort.h @@ -63,6 +63,8 @@ extern "C" { cmUdpRC_t cmUdpFinal( cmUdpH_t h ); bool cmUdpIsValid( cmUdpH_t h ); + // This function may not return a useful value until the + // socket has gone into 'listen' mode. const struct sockaddr_in* cmUdpLocalAddr( cmUdpH_t h ); // Set a destination address for this socket. Once a destination address is set