Panel - TCP persistent mode #306
-
Hi, Is it possible to have a panel that runs more than one packet but in the same TCP connection? At the moment it seems to send all of them as separate connections. I am currently trying to test sending 3 packets in quick succession (1 second apart) and this would really help me. Any help is greatly appreciated, thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You are correct. It makes a separate connection with each packet. It will send then disconnect. Allowing packets going to same destination to be a single connection is an interesting idea. The technical work to achieve that is not too bad. If you will make a new issue, I will flag it as a feature request. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your response. As requested, a new issue has been created. #307 |
Beta Was this translation helpful? Give feedback.
Thanks for your response. As requested, a new issue has been created. #307