-
It seems like only the first 64K of data is logged for inbound requests. (I can see more data using Wireshark.) Is there a way to up this limit? |
Beta Was this translation helpful? Give feedback.
Answered by
dannagle
Mar 31, 2024
Replies: 2 comments
-
Packet Sender will attempt to concatenate all the data until there is a pause in the stream. Perhaps you are stretching a limitation in the code. Do you see all the data in the viewer if you enable persistent TCP? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
swhiteman
-
Aha, with persistent TCP I can see it all. Thanks. |
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
Packet Sender will attempt to concatenate all the data until there is a pause in the stream. Perhaps you are stretching a limitation in the code.
Do you see all the data in the viewer if you enable persistent TCP?