Hello,
I am experimenting with the BSD Socket Interface using Keil MDK4.23 on TI EKK-LM3S9B92.
I have written an application in which I started a sending task. The sending task just calls
the send function to send messages in a circle. And there is no time interval between two
sends. Then I writed an application running in Windows just recv messages. I found that the
time interval between two recvs is about 200 ms and it seems to have no bussiness with the
time intverval between two sends. That is to say, the minimum time interval between two sends
is 200 ms. What can I do if I want to send faster ? My requirment is that the time interval
between two sends can not be longer than 10 ms.
Thanks for your helping.