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
