You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your idea
Much like the functionality of the enabling the "Persistent TCP" checkbox. When using a panel with multiple TCP packets, have the ability to enable them to use a single connection instead of a new connection for each packet.
This will allow testing of sending multiple packets to a remote address using a single socket. This would be extremely helpful for testing protocols that require "handshakes" or authentication prior to receiving data from a client.
The text was updated successfully, but these errors were encountered:
This is a neat idea that does not seem to technically difficult. It won't make it into the next release, but the following one is possible. I've labelled this as "enhancement".
Thank you for submitting this. I'm always looking for feedback and new ideas for the panels feature.
Desktop, Mobile, Command Line?
Desktop GUI
Describe your idea
Much like the functionality of the enabling the "Persistent TCP" checkbox. When using a panel with multiple TCP packets, have the ability to enable them to use a single connection instead of a new connection for each packet.
This will allow testing of sending multiple packets to a remote address using a single socket. This would be extremely helpful for testing protocols that require "handshakes" or authentication prior to receiving data from a client.
The text was updated successfully, but these errors were encountered: