Re: [Iperf-users] Odd issue with broadcast under Linux

2012-08-30 Thread Matthew Caron
Never mind, found the tracker on sourceforge. On 08/30/2012 11:34 AM, Matthew Caron wrote: > It looks like that never would have worked - the SO_BROADCAST flag is > never set on the socket. > > How do I submit patches? > > On 08/30/2012 08:52 AM, Matthew Caron wrote: >> Hello folks, >> >> I'm tryi

Re: [Iperf-users] Odd issue with broadcast under Linux

2012-08-30 Thread Matthew Caron
It looks like that never would have worked - the SO_BROADCAST flag is never set on the socket. How do I submit patches? On 08/30/2012 08:52 AM, Matthew Caron wrote: > Hello folks, > > I'm trying to test broadcast rate limiting through a managed switch. > Asking the internet suggests that just do

[Iperf-users] Odd issue with broadcast under Linux

2012-08-30 Thread Matthew Caron
Hello folks, I'm trying to test broadcast rate limiting through a managed switch. Asking the internet suggests that just doing a UDP send to a broadcast address should work. So, I did the following: Server (10.42.42.1/24): iperf -s -u Client (10.42.42.2/24): iperf -u -c 10.42.42.255 However, t