-
Notifications
You must be signed in to change notification settings - Fork 31
/
README
56 lines (36 loc) · 1.01 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
README
------
restund - modular STUN/TURN server
Copyright (c) 2010 - 2012 Creytiv.com
Distributed under BSD license
Feedback:
- Please send feedback to <[email protected]>
External dependencies:
libre
Supported platforms:
* Linux
* FreeBSD
* OpenBSD
* NetBSD
* Solaris
* Apple Mac OS X
Design goals:
* Modular STUN/TURN server
* STUN and TURN support
* IPv4 and IPv6 support
* UDP, TCP and TLS support
* RFC-compliancy
* Robust, fast, low footprint
* Portable C89 and C99 source code
Modular Plugin Architecture:
* STUN messages: auth binding stat turn
* Database backend: mysql_ser
* Server status: status
* Logging: syslog
IETF RFCs:
* RFC 5389 - Session Traversal Utilities for NAT (STUN)
* RFC 5766 - Traversal Using Relays around NAT (TURN): Relay Extensions to
Session Traversal Utilities for NAT (STUN)
* RFC 5780 - NAT Behavior Discovery Using Session Traversal Utilities for
NAT (STUN)
* RFC 6156 - Traversal Using Relays around NAT (TURN) Extension for IPv6