 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Peter Peatman Guest
|
Posted: Sat Nov 22, 2003 8:42 pm Post subject: How to set TCP window sizes in Indy? |
|
|
I'm constructing a program for TCP performance measurements and I
would like to be able to vary the default TCP window sizes. This
should be possible with a setsockopt(sock,SOL_SOCKET,SO_SNDBUF)
(and/or SO_RCVBUF) call. However, I haven't found any option for this
in Indy. The call should be made after the socket open and before the
socket connect. What is the best and cleanest way to solve this?
Change the ConnectClient method of TIdIOHandlerSocket? Overrule it? At
least that's where the Nagle setsockopt() call is implemented. But how
about TiDTCPServer? That one uses TIdIOHandlerSocket only indirectly.
Or am I overlooking any better solutions?
Peter
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|