Intense packets over TCP #390
nonomer174
started this conversation in
General
Replies: 1 comment
-
The intense packet generator does not support on TCP. This is by design. TCP transfer speeds are managed through a windowing protocol and other algorithms (adjustments it detects errors and corrections for dropped packets). These are agreed upon by the receiver and sender. That helps ensure guaranteed delivery, a core feature of TCP. In other words, the underlying algorithms and negotiations would have to be broken to flood with TCP, which Packet Sender does not support. Hope that helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there anyway I can send Intense packets over TCP ??
Beta Was this translation helpful? Give feedback.
All reactions