![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
[...] When my computer is single network connection(Local Network), the code works fine. My problem is, when i connect the Internet with PPPOE, the UDPClient can not receive the broadcasting data! |
#3
| |||
| |||
|
|
On Sat, 24 Mar 2007 05:50:01 -0700, greenxiar <greenxiar (AT) hotmail (DOT) com wrote: [...] When my computer is single network connection(Local Network), the code works fine. My problem is, when i connect the Internet with PPPOE, the UDPClient can not receive the broadcasting data! Broadcast datagrams are not routable over the Internet (and for good reason, if you think about it). You'll need to use multicast or send the datagram directly to a given IP address if you expect the client to receive any data over the Internet. |
#4
| |||
| |||
|
|
When the app is running at local network(Internet not connected), the sending and receiving are good. Then i launch the internet connection, the app stop receiving immediately. The data packages are sent to both Local and Internet (In Netmon.exe i can see it). Why UdpClient stop receiving? What happened when i connect the internet? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |