mac os x  vs windows 

windows --udt        mac os x  udt gateway 

其实这是两个不同的东西,代码文件一样,内容一样!

没去研究实际的区别,但是也可以连通……

udt-  appclient.exe        udt gateway      udt_appserver      这样可以连通           

反过来就不行

udt-  recvfile.exe           udt gateway      udt_sendfile           这样可以连通 

反过来就不行


IOS:

 udt4

udt gateway 要添加如下, 不然会报错  unable create/Configure UDP socket: No buffer apace available!

UDT::setsockopt(serv, 0, UDT_RCVBUF, new int(64000), sizeof(int));
UDT::setsockopt(serv, 0, UDP_RCVBUF, new int(64000), sizeof(int));


Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐