this is for debugging purposes.
To test that short send/short recv handling part of the code is working...
Is there a way to force Windows to produce short send/rcvs even for small number of bytes to be read/written from/to socket?
I prefer to do this per process, but if this cant be done per process Im ready to test how Firefox/ Outlook code handles this also. :)
Ofc I know I can manually add the huge msg to force this, but Im working on huge old code base that has layers of stuff so even adding a simple huge msg that is filled with random bytes is nontrivial. :)