udt4 VS udt gateway
mac os x vs windows windows --udt mac os x udt gateway 其实这是两个不同的东西,代码文件一样,内容一样!没去研究实际的区别,但是也可以连通……udt-client udt gateway udt_appserver 这样可以连通 反过来就不行
·
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));
更多推荐
已为社区贡献4条内容
所有评论(0)