Browse Source

cmUdpPort.h:Comment update.

master
kpl 11 years ago
parent
commit
9e65734d66
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      cmUdpPort.h

+ 2
- 0
cmUdpPort.h View File

@@ -63,6 +63,8 @@ extern "C" {
63 63
   cmUdpRC_t cmUdpFinal( cmUdpH_t h );
64 64
   bool      cmUdpIsValid( cmUdpH_t h );
65 65
 
66
+  // This function may not return a useful value until the 
67
+  // socket has gone into 'listen' mode.
66 68
   const struct sockaddr_in* cmUdpLocalAddr( cmUdpH_t h );
67 69
 
68 70
   // Set a destination address for this socket. Once a destination address is set

Loading…
Cancel
Save