-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Milestone
Description
Currently, swiftnet packet buffer stores all data in a single large buffer. To improve performance, append the Ethernet and IP headers every MTU bytes.
For example, if the MTU is 1500 bytes, append the Ethernet and IP headers at index 1500.
Send each chunk directly from the original buffer without copying it into a stack allocated buffer.
Reactions are currently unavailable