Skip to main content
Tweeted twitter.com/StackCodeReview/status/1539443340155969536
Became Hot Network Question
edited tags
Link
200_success
  • 145.6k
  • 22
  • 191
  • 481
deleted 60 characters in body
Source Link
Y K
  • 83
  • 6

I have a piece of code to send and receive buffers. I use fixed buffer sizes, so I don't have to send the size. Is this the right way to do it? And am I guaranteed that the full buffer will be sent and received?

I have a piece of code to send and receive buffers. I use fixed buffer sizes, so I don't have to send the size. Is this the right way to do it? And am I guaranteed that the full buffer will be sent and received?

I have a piece of code to send and receive buffers. Is this the right way to do it? And am I guaranteed that the full buffer will be sent and received?

added 4 characters in body
Source Link
Y K
  • 83
  • 6

sending partfunction:

sending part:

sending function:

added 1639 characters in body
Source Link
Y K
  • 83
  • 6
Loading
added 49 characters in body
Source Link
Y K
  • 83
  • 6
Loading
Source Link
Y K
  • 83
  • 6
Loading