浏览代码

cmRTNet.c: Added kBroadcastUdpFl to cmUdpInit().

master
kpl 11 年前
父节点
当前提交
af159c8669
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      cmRtNet.c

+ 1
- 1
cmRtNet.c 查看文件

563
   }
563
   }
564
 
564
 
565
   // if this is the local node then initialze the local socket
565
   // if this is the local node then initialze the local socket
566
-  if( cmUdpInit(p->udpH,port,kNonBlockingUdpFl,_cmRtNetRecv,p,NULL,0,p->udpRecvBufByteCnt,p->udpTimeOutMs) != kOkUdpRC )
566
+  if( cmUdpInit(p->udpH,port,kNonBlockingUdpFl | kBroadcastUdpFl,_cmRtNetRecv,p,NULL,0,p->udpRecvBufByteCnt,p->udpTimeOutMs) != kOkUdpRC )
567
   {
567
   {
568
     rc = cmErrMsg(&p->err,kUdpPortFailNetRC,"The UDP port initialization failed.");
568
     rc = cmErrMsg(&p->err,kUdpPortFailNetRC,"The UDP port initialization failed.");
569
     goto errLabel;
569
     goto errLabel;

正在加载...
取消
保存