Re: Socket buffer size

2013-07-23 Thread aaron morton
t; > > On Sat, Jul 20, 2013 at 6:31 PM, Shahab Yunus wrote: > I think the former is for client communication to the nodes and the latter > for communication between nodes themselves as evident by the name of the > property. Please feel free to correct me if I am wrong. > > Regards

Re: Socket buffer size

2013-07-21 Thread Mohammad Hajjat
the nodes and the latter > for communication between nodes themselves as evident by the name of the > property. Please feel free to correct me if I am wrong. > > Regards, > Shahab > > > On Saturday, July 20, 2013, Mohammad Hajjat wrote: > >> Hi, >> >&g

Re: Socket buffer size

2013-07-20 Thread Shahab Yunus
hat's the difference between: rpc_send_buff_size_in_bytes and > internode_send_buff_size_in_bytes? > > I need to set my TCP socket buffer size (for both transmit/receive) to a > given value and I wasn't sure of the relation between these two > configurations. Is there any recomm

Socket buffer size

2013-07-20 Thread Mohammad Hajjat
Hi, What's the difference between: rpc_send_buff_size_in_bytes and internode_send_buff_size_in_bytes? I need to set my TCP socket buffer size (for both transmit/receive) to a given value and I wasn't sure of the relation between these two configurations. Is there any recommendation? Do