I could get around needing the full string by parsing as it is read from the network but I'm worried about buffer overflow if data is not read fast enough.
TCP connections have flow control builtin. You shouldn't have to worry about overflow.
I could get around needing the full string by parsing as it is read from the network but I'm worried about buffer overflow if data is not read fast enough.
TCP connections have flow control builtin. You shouldn't have to worry about overflow.