Skip to content

Releases: ANLAB-KAIST/KENSv3

v3.3.6

14 May 03:00
6170186
Compare
Choose a tag to compare

What's Changed

  • Add a new routing assignment (PWOSPF)
  • The previous routing assignment is renamed to rip

Full Changelog: v3.3.5...v3.3.6

v3.3.5

05 May 11:47
755314e
Compare
Choose a tag to compare

What's Changed

  • Packet UUID mechanism is changed. Now UUID numbers are not reused.
  • Packet class is refactored.
    • Removed size / bufferSize mechanism. Now buffer management relies on std::vector.
    • Now setSize supports increasing size.

Full Changelog: v3.3.4...v3.3.5

v3.3.4

08 Apr 06:55
5bf97d4
Compare
Choose a tag to compare

What's Changed

  • Print debug messages for routing errors.

Full Changelog: v3.3.3...v3.3.4

v3.3.3

28 Feb 11:36
eba97b6
Compare
Choose a tag to compare

What's Changed

  • Minor updates on dependencies
  • fix a doc error by @eecsmap in #130

New Contributors

Full Changelog: v3.3.2...v3.3.3

v3.3.2

29 Mar 12:57
Compare
Choose a tag to compare
  • Fix: accept implementation in the solution binary. Now, it returns peer's address.
  • Update: test binaries has new names.

v3.3.1

18 Mar 15:08
Compare
Choose a tag to compare
  • Fix: data race on thread creation. Now, thread::get_id is protected by thread lock. #26
  • Update GoogleTest to head. Resolves #28.

v3.3.0

14 Mar 12:51
Compare
Choose a tag to compare

What's new in KENS v3.3

v3.2.7

25 Nov 11:17
Compare
Choose a tag to compare
  • Fix file descriptor rule (POSIX-compliant)
  • Add HostModule::getPortCount

v3.2.6

17 Nov 01:40
Compare
Choose a tag to compare
  • [Hotfix] Fix solution debugging log

v3.2.5

16 Nov 02:07
Compare
Choose a tag to compare
  • [Hotfix] Add move/copy assignment operators for Packet class