Hi all,
I've been working for a while on a BSD server using KEIL MDK5
latest version 5.21a middleware.
I'm using the multitask RTOS RTX in Round Robin mode.
I'm using the common sequence task to handle a connection request on
the socket:
1. socket
2. bind
3. listen
4. accept
5. send/receive
6. closesocket
My host application executes two kind of get command: the first
one with a single connection request and
a second one with a multiple connection requests (4 reqs in
↧