I am testing 0.1.17, and it looks like the port # (and probably listening address) are hard-coded. I would like to be able to set the port, listening interface, etc. Looking at the option parsing, I noticed it is using strcmp, which can be abused (since it's taking arbitrary user input from the command line), so it could use a security overhaul as well. I'd like to be able to contribute back any changes, that would hopefully merit a version bump, but don't know if they will be seen by the maintainer....