Tagged Questions
3
votes
2answers
377 views
Writing memory to socket in chunks in C
I'm attempting to write memory contents to a socket in chunks. I can write files that are smaller than my buffer, but anything else and I'm in deep water.
/* allocate memory for file contents */
char ...