Re: [PATCH 2/4] librdamcm/rsocket: Handle TCP_MAXSEG socket option

2012-06-08 Thread Sridhar Samudrala
On Wed, 2012-06-06 at 18:42 +, Hefty, Sean wrote: > netperf uses the TCP_MAXSEG socket option. Add support for it. > Problem reported by Sridhar Samudrala > > getsockopt returns the path MTU as the TCP_MAXSEG. setsockopt > currently ignores the value. > > Signed-off-by: Sean Hefty Acked-

[PATCH 2/4] librdamcm/rsocket: Handle TCP_MAXSEG socket option

2012-06-06 Thread Hefty, Sean
netperf uses the TCP_MAXSEG socket option. Add support for it. Problem reported by Sridhar Samudrala getsockopt returns the path MTU as the TCP_MAXSEG. setsockopt currently ignores the value. Signed-off-by: Sean Hefty --- src/rsocket.c |9 + 1 files changed, 9 insertions(+), 0 de