Files
voice-cat/core/src/net/transport.cpp

9 lines
228 B
C++
Raw Normal View History

#include "net/transport.h"
namespace voicecat::net {
// M0 stub. Subsystem brought up in M1 (TCP/TLS) and M2 (UDP). See docs/protocol.md,
// docs/voice.md, and AGENTS.md "Suggested first steps".
} // namespace voicecat::net