GitXplorerGitXplorer
j

Sockets

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f069ed4e2ef31f652a852b8bb41e3f9a466c218e

Initial import

jjlnr committed 9 years ago
Unverified
d647da78ab5305f7af4742b386d05d5a707cec43

Initial commit

jjlnr committed 9 years ago

README

The README file for this repository.

Sockets

This is a set of wrapper classes around the BSD sockets API, ported from Delphi to C++ around 2004. They were part of the Gosu library until version 0.10.0, when I decided to remove them for several reasons:

  • Lack of interest
  • No progress, line-based communication is still broken
  • No security, it is probably easy to DDOS/trigger buffer overflows with this
  • Gosu should be lean and mean, not a kitchen sink library

If you actually miss this library, let me know!

Credits

The example was kindly contributed to Gosu by @oli-obk.