Skip to content

v1.1.3

Compare
Choose a tag to compare
@bilintsui bilintsui released this 11 Jan 11:47
· 7 commits to master since this release
6a4ab47

Happy new year! 2021! This is the first update in this year.
This is a minor update, changed a lot, and fixed some bugs.

New Features

  1. Added "-v/--version" option in command line to display mcrelay version and its internal version.

Enhancements

  1. Increased relay efficiency and decreased CPU cost & network latency by using event poll(epoll).

Changes

  1. Changed copyright year from "2020" to "2020-2021".
  2. Added "version.json" as version manifest.
  3. Changed some display messages.

Changes(Technical)

  1. Changed dump style of Configuration Dumper.
  2. Added string split in reverse order.

Fixed Bugs

  1. Cannot proper read destination address in configuration file.
  2. Cannot proper read proxy information in configuration file when you enabled SRV Resolve.
  3. Processing wrong when option with "-" prefix and it's not a valid option.