Details
-
Type: Change
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: V4.1.0.0
-
Labels:None
-
Account:SPC TCP_IP (SPCTCPIP)
Description
When an IP frame is sent and the IP stack detects that the mac address must be resolved via ARP protocol, the IP frame is copied into a new buffer. This causes an unexpected time consuming buffer copy, e.g. when receiving TCP syn for closed socket.
The behavior is changed that no additional copy is done. Due to this change, it is not allowed to modify a pbuf passed to a send function before the IP transaction has finished, that is the IP stack released the buffer.
Attachments
Issue Links
- is blocked by
-
PSPNMV3-437 Communication errors in Netload Class III Normal Scenario
- Closed