v1.1.2
This is a minor update, changed a lot, and fixed some bugs.
New Features
- Supported Default Server.
Changes
- Added proxy duplicate check.
- Added error messages for proxy duplicate check.
- Added bind address / port check.
Changes(Technical)
- Standarized format of header files.
- Future-reserved support for multi-platform.
- Splited most part of code in mcrelay.c into main.c and misc.c.
- Modified the processing method on establish a outgoing connection.
- Removed some unused variables.
- Removed some unnessasery function calls to get a better latency.
- Added Config Dumper for debug purpose. (Will not use in any released version.)
- Replaced return code of config_load with macro.
- Changed usage of function net_mksockaddr_in.
Fixed Bugs
- Screen / Log output of Binding will not output actual binding port.
- Core dumped when using a log path which can't write to.
- The last line of config file couldn't be read.