Re: [lwip-users] Socket API send command packaging up data

2018-08-01 Thread Mike Danby
This sounds even more like a driver issue. Am 1. August 2018 10:45:26 MESZ schrieb Mike Danby mailto:mike.da...@ascendx.com>>: When the test program is run for the first 3-5 seconds the each send call will result is the string (approx. 15 bytes) being transmitted to the client in separate frames.

Re: [lwip-users] Socket API send command packaging up data

2018-08-01 Thread Mike Danby
When the test program is run for the first 3-5 seconds the each send call will result is the string (approx. 15 bytes) being transmitted to the client in separate frames. After that (even though the calls to send continue at a rate of 1Hz) the strings start to get packaged up into single

[lwip-users] Socket API send command packaging up data

2018-07-31 Thread Mike Danby
Hello, Forgive my ignorance I am new to the TCP/IP stack scene. I am currently trying to get the LWIP stack up and running with FreeRTOS on a Microblaze based system. I have successfully started a TCP server and managed to connect a client. The test code I have hacked together simply writes a