src/datagram_builtin.h
raw ยท 148 bytes
#ifndef DATAGRAM_BUILTIN_H
#define DATAGRAM_BUILTIN_H
#include "datagram_client.h"
int start_datagram_builtin(struct datagram_client *c);
#endif
An L4 proxy designed to act as a tiny transparent shim
raw ยท 148 bytes
#ifndef DATAGRAM_BUILTIN_H
#define DATAGRAM_BUILTIN_H
#include "datagram_client.h"
int start_datagram_builtin(struct datagram_client *c);
#endif