1int usock(char*, char*, sockop);
2dtls_context_t* dsock(char*, char*, unsigned char*,
3 unsigned char*, int, sockop);
4
5unsigned char* readfile(char*);
6int xmemcmp(void*, size_t, void*, size_t);
An experimental DTLS proxy
git clone https://git.8pit.net/dunnel.git
1int usock(char*, char*, sockop);
2dtls_context_t* dsock(char*, char*, unsigned char*,
3 unsigned char*, int, sockop);
4
5unsigned char* readfile(char*);
6int xmemcmp(void*, size_t, void*, size_t);