[netperf-talk] Problem with TCP_RR on Sun: netperf: set_sock_buffer: SO_SNDBUF option: errno 132

Alexander Vinokur Alexander.Vinokur at amdocs.com
Mon May 19 05:36:51 PDT 2008


Andrew, thank you.

Do you know something of this WARNING!

./netperf -l 300 -H snt5012 -t TCP_RR -i 10,3 -I 99,5 -- -r 4,4 -s 2M -S
2M

 

WARNING! getaddrinfo returned a protocol other than the

requested protocol.  Please contact your vendor for

a fix to this bug in getaddrinfo()


---------------------

Thanks,
Alex Vinokur



-----Original Message-----
From: Andrew Gallatin [mailto:gallatin at cs.duke.edu] 
Sent: Monday, May 19, 2008 3:15 PM
To: Alexander Vinokur
Cc: Netperf-Talk; Michael Binshtock
Subject: Re: [netperf-talk] Problem with TCP_RR on Sun: netperf:
set_sock_buffer: SO_SNDBUF option: errno 132

Alexander Vinokur wrote:

> ./netperf -l 300 -H snt5012 -t TCP_RR -i 10,3 -I 99,5 -- -r 4,4 -s 2M
-S
> 2M

<...>

> netperf: set_sock_buffer: SO_SNDBUF option: errno 132

Solaris defaults to a 1MB limit on TCP socket buffers.  Try
increasing tcp_max_buf.  Eg:

# ndd -get /dev/tcp tcp_max_buf
1048576

Try increasing it.

# ndd -set /dev/tcp tcp_max_buf 8388608


Drew

This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement,
you may review at http://www.amdocs.com/email_disclaimer.asp



More information about the netperf-talk mailing list