2009-01-08 09:47:48 socket communication to windows XP
Servaes Joordens (NETHERLANDS)
Message: 67626
I have a very simple TCPIP socket server on my tcm_bf537. This application is a simple socket server trying to continously send 360kB blocks of data.
With a client on a linux pc I can retrieve approx. 7MB/s, which is good.
With a client on a Windows XP I can retrieve aprox 0.5 MB/s in a very unstable way.
I tested the client on the Windows XP pc with communicating to other Windows and Linux PC's. The client is capable of comunicating with 10MB/s.
Does anyone know how to set up a socket communication to Windows that operates properly? Communication is over a LAN with 100Mb/s.
regards,
Servaes
QuoteReplyEditDelete
2009-01-13 21:32:40 Re: socket communication to windows XP
Mike Frysinger (UNITED STATES)
Message: 67901
you try setting TCP_NODELAY ?
QuoteReplyEditDelete