You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/05/09 07:16:19 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request #1015: tcp/conn: request arp before the 3-way handshake

anchao opened a new pull request #1015:
URL: https://github.com/apache/incubator-nuttx/pull/1015


   ## Summary
   tcp/conn: request arp before the 3-way handshake
   
   Since the request address was not properly resolved before the handshake,
   every time of connection, the handshake data will be overwitten into
   arp packet and retransmitted until the next tcp timer.
   Request the arp address before the handshake to avoid the retransmission.
   
   Change-Id: I80118b9a8096c126c8e16cdf2f7b3d98fca92437
   Signed-off-by: chao.an <an...@xiaomi.com>
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org