26#define LOCAL_BUFFER_SIZE (4 * PAGE_SIZE)
31#define LOCAL_MAX_PACKET_SIZE (LOCAL_BUFFER_SIZE - sizeof(local_packet_header_t))
36#define LOCAL_MAX_BACKLOG 128
41#define LOCAL_PACKET_MAGIC 0xC0D74B56
void net_local_init(void)
Initialize the local networking subsystem.
Local Connection structure.
Local Listener structure.
Local socket data structure. struct local_socket_data_t.
A simple ticket lock implementation.