packet-in high priority cannot be sent to ODL when TCP buffer on the OFS is congested . Yes lib/stream-tcp.c has the code but i have to hand-tune from ovs-vsctl binary.
________________________________________ From: Ben Pfaff [[email protected]] Sent: 14 January 2015 02:48:19 To: Deepak Singh Cc: [email protected] Subject: Re: [ovs-discuss] Setting the tcp buffer On Tue, Jan 13, 2015 at 08:49:01AM +0000, Deepak Singh wrote: > How can i get the socket fd (send socket) ? Is the stream_fd data structure > which i have to get ? > Actually i am tuning the tcp buffer size from the ovs-vsctl . ovs-vsctl and > ovs-vswitch are different binary so i am using the unix sockets to access the > socket fd . Is it the right approach ? What are you really trying to accomplish? It isn't usually useful to hand-tune TCP buffer sizes. lib/stream-tcp.c has the code that opens and accepts TCP connections, so that might be a good place to adjust buffer size. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
