configure ACK delay for TCP
Wolfgang Rostek
Wolfgang.Rostek at esg.de
Tue Jun 8 12:58:17 UTC 2010
Hi group
I'm testing my RTEMS socket server application and run into problems with
a fast client.
Tracking down the problem seems to arise from a default ACK delay of 200
ms for TCP.
>From within my network.c it seems that the fec rx daemon should not invoke
rtems_bsdnet_event_receive (INTERRUPT_EVENT | FATAL_INT_EVENT,
RTEMS_WAIT | RTEMS_EVENT_ANY,
RTEMS_NO_TIMEOUT, &events);
this way.
To get an immediate ACK is it correct to replace RTEMS_NO_TIMEOUT by '1'
or
is there another location to setup ACK handling for TCP?
thanks
Wolfgang Rostek
Phone: +49 (89) 92 16-2183
Fax: +49 (89) 92 16-162183
http://www.esg.de
ESG Elektroniksystem- und Logistik-GmbH
82256 Fuerstenfeldbruck, Livry-Gargan Str. 6, Germany
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20100608/eb7dee6d/attachment.html>
More information about the users
mailing list