mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-01-19 06:19:34 +08:00
16 lines
133 B
C++
16 lines
133 B
C++
|
/*
|
||
|
* tun.cpp
|
||
|
*
|
||
|
* Created on: Oct 26, 2017
|
||
|
* Author: root
|
||
|
*/
|
||
|
|
||
|
#ifndef TUN_CPP_
|
||
|
#define TUN_CPP_
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* TUN_CPP_ */
|