SSX3LobbyServer/lib/aries
Lily Tsuru f2c01cf924 aries: Implement async I/O algorithm for writing Aries messages
This may also save some memory, because we now no longer need to copy the contents of the memory multiple times.
2024-03-20 23:32:15 -04:00
..
CMakeLists.txt *: Move most Aries protocol stuff to new "aries" library 2024-03-20 23:09:58 -04:00
Message.hpp aries: Implement async I/O algorithm for writing Aries messages 2024-03-20 23:32:15 -04:00
MessageIo.hpp aries: Implement async I/O algorithm for writing Aries messages 2024-03-20 23:32:15 -04:00
README.md *: Move most Aries protocol stuff to new "aries" library 2024-03-20 23:09:58 -04:00
Tags.cpp aries: Implement async I/O algorithm for writing Aries messages 2024-03-20 23:32:15 -04:00
Tags.hpp aries: Implement async I/O algorithm for writing Aries messages 2024-03-20 23:32:15 -04:00

README.md

aries

Library for working with DirtySDK Aries (old-lobby) protocol messages.