Project

General

Profile

« Previous | Next » 

Revision f2ba1104

Added by skyjake about 18 years ago

Fixed problems with TCP. Since every message was sent using two calls, it was possible for the recipient to start reading a message until the second part was finished transmitting. This caused the recipient to panic as it couldn't read the entire message in one go. Now the recipient is more patient, and the sender uses a single send call.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences