Ver código fonte

cmUdpPort.h:Comment update.

master
kpl 11 anos atrás
pai
commit
9e65734d66
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      cmUdpPort.h

+ 2
- 0
cmUdpPort.h Ver arquivo

63
   cmUdpRC_t cmUdpFinal( cmUdpH_t h );
63
   cmUdpRC_t cmUdpFinal( cmUdpH_t h );
64
   bool      cmUdpIsValid( cmUdpH_t h );
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
   const struct sockaddr_in* cmUdpLocalAddr( cmUdpH_t h );
68
   const struct sockaddr_in* cmUdpLocalAddr( cmUdpH_t h );
67
 
69
 
68
   // Set a destination address for this socket. Once a destination address is set
70
   // Set a destination address for this socket. Once a destination address is set

Carregando…
Cancelar
Salvar