Menu

#7 "End of IO Stream Read" and "Channel broken"

open
nobody
None
5
2010-12-16
2010-12-16
Juan Pedro
No

I had this kind of errors when I tried to upload files greater than 32kb.
I changed the packet size to 16kb and I already can upload al size files.
I have changed the Channel.cs file:

internal virtual void setRemotePacketSize(int foo) { this.rmpsize==foo; }
by
internal virtual void setRemotePacketSize(int foo) { this.rmpsize=16*1024; }//=foo; }

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.