由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Cannot recvfrom() on ipv6, HELP!
相关主题
用INADDR_ANY 怎么才能看出destination IP?问一下关于http persistent connection的问题
这个版看来是毁了关于http keep-alive的一个问题
10M persistent TCP connectionswwzz请进
One network C question《移植应用程序到IPv6》英文文字版[PDF]
pollsys 是干嘛的?ipv6地址和ipv4地址不是同一个ip?
问java applet的问题最近机器上的ipv6怎么开始活动了
在带有ajax的页面做screen scrape两道小题
问个用php抓网页的问题有没有人在Vista下试过UDP广播
相关话题的讨论汇总
话题: recvfrom话题: ipv6话题: udp话题: cannot话题: machine
进入Programming版参与讨论
1 (共1页)
z***e
发帖数: 5393
1
test a simpl UDP send/receive program on IPv6 (windows).
Following the examples on:
http://msdn.microsoft.com/en-us/library/ms738639(VS.85).aspx
It only receives UDP if it's from the local machine, otherwise nothing.
Not sure why. I already disabled firewall. The machine has 3 NICs, but the
same problem exists on another machine with 1 NIC.
The UDP packets DO arrives on the server machine (I can see them with a sniffer tool), but the recvfrom() just doesn't respond.
T*******i
发帖数: 4992
2
errno是啥?

sniffer tool), but the recvfrom() just doesn't respond.

【在 z***e 的大作中提到】
: test a simpl UDP send/receive program on IPv6 (windows).
: Following the examples on:
: http://msdn.microsoft.com/en-us/library/ms738639(VS.85).aspx
: It only receives UDP if it's from the local machine, otherwise nothing.
: Not sure why. I already disabled firewall. The machine has 3 NICs, but the
: same problem exists on another machine with 1 NIC.
: The UDP packets DO arrives on the server machine (I can see them with a sniffer tool), but the recvfrom() just doesn't respond.

z***e
发帖数: 5393
3
呃,解决了,的确是firewall,谢谢。
1 (共1页)
进入Programming版参与讨论
相关主题
有没有人在Vista下试过UDP广播pollsys 是干嘛的?
有人了解socket error 10013吗?问java applet的问题
有啥比较好的multithreaded C++ project?在带有ajax的页面做screen scrape
[合集] 求助: socket传递C++ class的问题问个用php抓网页的问题
用INADDR_ANY 怎么才能看出destination IP?问一下关于http persistent connection的问题
这个版看来是毁了关于http keep-alive的一个问题
10M persistent TCP connectionswwzz请进
One network C question《移植应用程序到IPv6》英文文字版[PDF]
相关话题的讨论汇总
话题: recvfrom话题: ipv6话题: udp话题: cannot话题: machine