View Single Post
Old 02-19-2003, 06:17 PM  
darkone
Disabled
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

Limit for socket buffer sizes is int (32bit signed variable; = 2^32 / 2 - 1.. try removing those buffer (FTP_Send/Receive) lines from config) Note that internal transfer buffer is per connection, so everytime user is downloading file it's consuming 16megs of mem
darkone is offline   Reply With Quote