Skip to content

Extended options and Bugfixes

Compare
Choose a tag to compare
@utoni utoni released this 20 Mar 23:49
· 100 commits to master since this release
v1.40
f615ca9
  • improved empty ping mode (by Masaq-)
  • fixed NULL pointer derefs and division by zero
  • more secure chroot
  • CWE-126 workaround reported by codacy
  • switched to /dev/random as RNG except for Windows
  • fixed CLang related build errors
  • fixed SEGFAULT when network not reachable (by Masaq-)
  • added extended options for protocol tuning (by Masaq-)
  • Systemd support (also in debian/rules)
  • fixed compilation issues for Android targets
  • fixed 100% CPU consumption when receive window is full but data via select() available (by Masq-)