Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 272 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 272 Bytes

Tunnel

C tunnel helper.

Example

#include "tunnel.h"

int main() {
    tunnel_t tun;

    tunnel_create(&tun, TUN, "test_tun", 0);
    // DO SOMETHING

    tunnel_close(&tun);
}

Docs

Doxygenerated document can be found in docs/html folder.