2008-04-03 14:05 UTC+0100 Miguel Angel Marchuet <[EMAIL PROTECTED]>
* tip\client.prg
+ Added methods setget to interrogate buffer size send/recive
METHOD InetRcvBufSize( SocketCon, nSizeBuff )
METHOD InetSndBufSize( SocketCon, nSizeBuff )
+ Added data members to assign default buffer sizes
DATA nDefaultRcvBuffSize
DATA nDefaultSndBuffSize
* tip\ftpcln.prg
+ Asigned default buffer size to 64kb only for FTP transfer, previous to
open sockets
::nDefaultSndBuffSize := 65536
::nDefaultRcvBuffSize := 65536
* vm\inet.c
* now works with default system buffer, for example 8kb at W2000.
Best regards,
Miguel Angel Marchuet
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers