group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
MessageStream.hpp File Reference

Length-prefixed message framing layer over a TCP stream socket. More...

#include <SDL3/SDL_stdinc.h>
#include <SDL3_net/SDL_net.h>
#include <cstring>
#include <functional>
#include <vector>
Include dependency graph for MessageStream.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MessageStream
 Length-prefixed framing layer over a TCP stream socket. More...
 

Detailed Description

Length-prefixed message framing layer over a TCP stream socket.