Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 392 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 392 Bytes

Simple Client/Server

This is an experiment with implementing simple client/server applications for Windows and Linux. Currently there are a few bugs. Built with mingw64 on Windows and g++ on Linux.

Issues

  • On Linux: the server sends a string and nothing is ever received by the client.
  • On Windows: both the client and server throw bad file descriptor errors when they try to read.