[twsocket] SO_RCVBUF code

2006-12-06 Thread Ampersand
Hi, Yes I am using v6 beta of ICS which works very well for me but I still can't get the rcvbuf size to take. I searched the source code of OverbyteICSwSocket.pas and located the line FSocketRcvBufSize : Integer; { Winsock internal socket Recv buffer size } but this is all I found. FPiette wrot

[twsocket] Where to put SO_RCVBUF code?

2006-12-06 Thread Ampersand
igure out what the heck I've done wrong with this previously. Ampersand -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] Implementing Setter Method in ICSv6 for SocketRcvBuffer

2006-10-28 Thread Ampersand
Ok Francois, I have updated to the new ICS version 6 beta. I see the two vars you are referring to for controlling the send and recv buffer size. I need to be able to set them to a higher value but don't want to screw anything up since I've never done this before with socket code. Could you give me

[twsocket] Setter Method for ICS 6 Rcvbuf

2006-10-28 Thread Ampersand
Ok Francois, I have updated to the new ICS version 6 beta. I see the two vars you are referring to for controlling the send and recv buffer size. I need to be able to set them to a higher value but don't want to screw anything up since I've never done this before with socket code. Could you give me

[twsocket] Adjusting the receive buffer size?

2006-10-26 Thread Ampersand
Hi. Im just wondering how you can change the receive buffer size, possibly by using so_rcvbuf? Im using TWsocket and didnt see anything mentioning the receive buffer size in the code so I take it it's using the system default tcp window size for your OS? I would like to make the buffer significantl