Swiddler
Swiddler copied to clipboard
Problem sending big messages (> 7kb)
Thanks for this excelent tool! I'm using it a lot.
I'm trying to send 300kb over TCP in hex format. My server can receive small messages correctly (< 5kb) but for bigger messages I've got a problem: It seems that two sends are being made by Swiddler, because the server receives the data in two chunks, one with a randon number of bytes, around 8kb, and the other chunk has the remaining bytes.
I don't know if it have to do with Swiddler... just asking as you could have a point on it.
Thanks for the excelent work!
Hello, with TCP there is no guarantees that packet boundaries are preserved because TCP is just stream of bytes. Actually any component in your network can segment stream as it likes, even on localhost.