... (mail header stuff deleted) ...
> From: "Jauvane Cavalcante de Oliveira" <[EMAIL PROTECTED]>
> ... (mail header stuff deleted) ...
> To: Bill Paladino <[EMAIL PROTECTED]>
> CC: [EMAIL PROTECTED]
> Subject: Re: sockets; data transfer limits
> ... (mail heade
> Has anyone come across a limit on the size of a transfer thru a Java socket?
Yes, I had this problem under Solaris. In my case packets greater than 1500
bytes was tryncated into 1500, most likely because of the ethernet packet size.
I submitted such behaviour to Javasoft in their Bug Parade sec
Has anyone come across a limit on the size of a transfer thru a Java socket?
I'm using JDK116 (can't be certain of the version; downloaded it ~10/1/98).
3,541 bytes doesn't seem like much but anything larger than that gets lost.
This is NOT a problem on Windows-95 which I'd rather not use.