Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
Loading...
Searching...
No Matches
UdsChannel.hpp File Reference

UNIX Domain Socket datagram inter-process event channel. More...

#include <cstddef>
#include <cstring>
#include <string>
#include <utility>
#include "corium/Events.hpp"
#include "corium/ipc/DomainSocket.hpp"
+ Include dependency graph for UdsChannel.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  corium::ipc::UdsChannel< EventVariant, MaxPacketSize >
 Typed IPC channel operating over UNIX Domain Datagram Sockets. Provides boundary-preserving, discrete event transmission with zero packet fragmentation. More...
 

Namespaces

namespace  corium
 
namespace  corium::ipc
 

Detailed Description

UNIX Domain Socket datagram inter-process event channel.