mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-01-18 22:09:35 +08:00
18 lines
204 B
C
18 lines
204 B
C
|
/*
|
||
|
* tunnel.h
|
||
|
*
|
||
|
* Created on: Oct 26, 2017
|
||
|
* Author: root
|
||
|
*/
|
||
|
|
||
|
#ifndef TUNNEL_H_
|
||
|
#define TUNNEL_H_
|
||
|
|
||
|
|
||
|
#include "misc.h"
|
||
|
|
||
|
int client_event_loop();
|
||
|
int server_event_loop();
|
||
|
|
||
|
#endif /* TUNNEL_H_ */
|