mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
6 lines
251 B
Plaintext
6 lines
251 B
Plaintext
EQEmu took this code from `C++ Sockets Library`
|
|
http://www.alhem.net/Sockets/
|
|
and integrated it into our world server. We did not care for the actual
|
|
socket code (didnt work on windows) so we scrapped all of it, and just
|
|
used the HTTP framework code.
|