I am trying to send 212 KByte of Buffer over a tcp socket connection but in response i am receiving RST packet and connection reset by peer error.
I have changed SO_RCVBUF and SO_SBNBUF properties to 256 KB, and have verified that max_buf system property is also > 256 K. Still when i try to send large data the connection fails.
I am new to socket programming so please let me know if some more info is required. I think i am missing some socket options.
Os: solaris sparc