소스 검색

cmUdpPort.h:Comment update.

master
kpl 11 년 전
부모
커밋
9e65734d66
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      cmUdpPort.h

+ 2
- 0
cmUdpPort.h 파일 보기

@@ -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…
취소
저장