RE: [twsocket] UDP datagramreceive periodically freezes for seconds

2005-03-17 Thread Udvari András László
Thanks, but it has the same behaviour with 1100 byte long packets, which is well under the size of the MTU. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcello Vezzelli Sent: Thursday, March 17, 2005 5:17 PM To: ICS support mailing Subject: Re:

[twsocket] FTPCLI - how to query/change FTP send buffer size?

2005-12-07 Thread Udvari András László
Hi! If I use the ICS FTPCLI component, how can I query/set the size of the FTP send buffer? I mean the SO_SNDBUF parameter, required by our test method, to simulate certain test cases in wireless environment. Thanks: Andras -- To unsubscribe or change your settings for TWSocket mailing list

Re: [twsocket] FTPCLI - how to query/change FTP send buffer size?

2005-12-07 Thread Udvari András László
(Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be - Original Message - From: Udvari András László [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, December 07, 2005 2:36 PM Subject: [twsocket

Re: [twsocket] FTPCLI - how to query/change FTP send buffer size?

2005-12-12 Thread Udvari András László
Hi Francois, Using your directions I succeeded to query and change the SO_SNDBUF. I chose the TCustomWinSocket.Dup procedure to do the following: 1. Query the SO_SNDBUF (result was 8192) 2. Set the SO_SNDBUF to 16384 3. Query once again (and yes, the result was now 16384 :)) Two questions

[twsocket] UDP connection source port - how to set

2006-07-03 Thread Udvari András László
Hi! I have a client-server application, where the server sends UDP datagrams to the client, and the client measures the speed of the channel. These datagrams are sent using the following code: case userid of 1: begin us:=mainform.udpsock1;us.LocalPort:='4001';end; 2: begin