
I ran into an interesting problem today. I have a C application with functions calling writev() to send data across the network. The messages being sent range from very small – a few bytes – to over 1MB. These functions have worked great up to this point. Today I integrated […]