fitse
08-02-2000, 11:11 AM
Hi,
I'm using Winsock to send to and receive data back from a server. Here is the problem I'm facing. When I run my code at work, I see that I can only receive 1460 bytes in one stream. Therefore the data I'm getting back from the server is split up in two streams. But when I run the same code from home, I am getting it all in one stream which is what I really want. My machine at home is running win98 but the one at work is running win2000. Does anyone have any idea as to what might be the issue here? Thanks in advance
I'm using Winsock to send to and receive data back from a server. Here is the problem I'm facing. When I run my code at work, I see that I can only receive 1460 bytes in one stream. Therefore the data I'm getting back from the server is split up in two streams. But when I run the same code from home, I am getting it all in one stream which is what I really want. My machine at home is running win98 but the one at work is running win2000. Does anyone have any idea as to what might be the issue here? Thanks in advance