Results 1 to 1 of 1

Thread: Binary Server, with buffering!

  1. #1

    Thread Starter
    Fanatic Member FireXtol's Avatar
    Join Date
    Apr 2010
    Posts
    874

    Binary Server, with buffering!

    This is a small example that shows how to properly set up a TCP server to handle and buffer transmissions(the data) solely with byte arrays.

    Also, listening/accepting is properly set-up, and it even reuses sockets when they're no longer in use.

    The MS Winsock control is used for sockets, and the default listen port is 1000.

    Enjoy.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width