View Single Post
Old 08-31-2004, 04:05 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

I'm glad you solved your problem..

However I am rather surprised that changing the Upload Packet Size solved the problem.

The Upload Packet Size changes the size of the internal memory buffer used when performing a Winsock.Send().. The amount of data that is sent per Winsock.Send()

If the Upload Packet Size is larger than 8kb then the send buffer size is increased using setsockopt (SO_SNDBUF)

I will continue to look into this matter.
bigstar is offline