Re: The broadcast of python in FreeBSD

2007-03-28 Thread Bruce M. Simpson
Zhu Yan wrote: When I send the broadcast in FreeBSD with address 255.255.255.255, the packet can not be received by other OS. FreeBSD applications need to use the IP_ONESBCAST option to send all-ones broadcasts. See the ip(4) man page. Regards, BMS _

Re: The broadcast of python in FreeBSD

2007-03-27 Thread Eygene Ryabinkin
Zhu, good day. Wed, Mar 28, 2007 at 01:26:54PM +0800, Zhu Yan wrote: > Hi, Everybody. > > In FreeBSD, I write a program in python(2.4.4 & 2.5), which include a > broadcast routine. > > But, I send the broadcast in FreeBSD, it's different from others OS, like > Windows, Linux... > > When I send

Re: The broadcast of python in FreeBSD

2007-03-27 Thread Stefan Lambrev
Hi, Zhu Yan wrote: Hi, Everybody. In FreeBSD, I write a program in python(2.4.4 & 2.5), which include a broadcast routine. But, I send the broadcast in FreeBSD, it's different from others OS, like Windows, Linux... When I send the broadcast in FreeBSD with address 255.255.255.255, the packet

The broadcast of python in FreeBSD

2007-03-27 Thread Zhu Yan
Hi, Everybody. In FreeBSD, I write a program in python(2.4.4 & 2.5), which include a broadcast routine. But, I send the broadcast in FreeBSD, it's different from others OS, like Windows, Linux... When I send the broadcast in FreeBSD with address 255.255.255.255, the packet can not be received b