Files
stationsniffer/socket_server.cpp
Tucker Polomik 7ce4dc2eed socket_server.{cpp,h}: introduce socket_server_abc
This is a new abstract base class that handles message
parsing/responses.

Consider this class the protocol layer, while subclasses are the
transport/IP layer (TCP, UDP, and IPC sockets).

Signed-off-by: Tucker Polomik <t.polomik@cablelabs.com>
2023-11-02 17:31:06 -06:00

6.0 KiB