src/stream_file.h
raw ยท 117 bytes
#ifndef STREAM_FILE_H
#define STREAM_FILE_H
#include "stream_route.h"
int start_stream_file(conn_t *conn);
#endif
An L4 proxy designed to act as a tiny transparent shim
raw ยท 117 bytes
#ifndef STREAM_FILE_H
#define STREAM_FILE_H
#include "stream_route.h"
int start_stream_file(conn_t *conn);
#endif