mtharp / lwip

lwIP - A Lightweight TCP/IP stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Populate transmit timestamp as late as possible

mtharp opened this issue · comments

If responding to a query triggers an ARP request, then some time will elapse between when the reply was generated and when it is finally sent. Postpone writing that field until immediately before transmission.