penguin/tinyproxy

An L4 proxy designed to act as a tiny transparent shim

src/stream_builtin.h

raw ยท 127 bytes

#ifndef STREAM_BUILTIN_H
#define STREAM_BUILTIN_H

#include "route_runtime.h"

int start_stream_builtin(conn_t *conn);

#endif