Parcourir la source

cmUdpPort.h:Comment update.

master
kpl il y a 11 ans
Parent
révision
9e65734d66
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      cmUdpPort.h

+ 2
- 0
cmUdpPort.h Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer