jselbie / stunserver

Version 1.2. This is the source code to STUNTMAN - an open source STUN server and client code by john selbie. Compliant with the latest RFCs including 5389, 5769, and 5780. Also includes backwards compatibility for RFC 3489. Compiles on Linux, MacOS, BSD, Solaris, and Win32 with Cygwin. Windows binaries avaialble from www.stunprotocol.org.
http://www.stunprotocol.org
Apache License 2.0
1.44k stars 349 forks source link

handling more than one argument or options object as configuration #10

Closed formula1 closed 9 years ago

formula1 commented 9 years ago

Small Step but its a cute little overhead that can also let us use something similar to build from args.

This is my first time in c++ so I wouldn't be suprised if this is taboo