mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-01-19 14:29:37 +08:00
16 lines
125 B
C
16 lines
125 B
C
|
/*
|
||
|
* tun.h
|
||
|
*
|
||
|
* Created on: Oct 26, 2017
|
||
|
* Author: root
|
||
|
*/
|
||
|
|
||
|
#ifndef TUN_H_
|
||
|
#define TUN_H_
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* TUN_H_ */
|