Skip to content

Releases: Gallardo994/imkcpp

Release 1.3.2

16 Mar 03:16
Compare
Choose a tag to compare

What's Changed

  • Add typing to conv, allow easy modification of conv size for end user by @Gallardo994 in #17
  • Use C++20 concepts to implement serialization by @Gallardo994 in #18

Full Changelog: 1.3.1...1.3.2

Release 1.3.1

17 Jan 01:04
Compare
Choose a tag to compare
  • Fix possible incorrect insertion of segments into receive buffer by @Gallardo994

Full Changelog: https://github.com/Gallardo994/imkcpp/compare/1.3.0...1.3.1###

Release 1.3.0

17 Jan 00:46
Compare
Choose a tag to compare

Full Changelog: 1.2.1...1.3.0

Release 1.2.1

16 Jan 23:06
Compare
Choose a tag to compare
  • Fix incorrect max payload size and segments count limit in sending operations by @Gallardo994
  • Add rcv_wnd > snd_wnd sending test by @Gallardo994

Full Changelog: 1.2.0...1.2.1

Release 1.2.0

16 Jan 22:14
Compare
Choose a tag to compare

What's Changed

  • Ignore sending acks to remote if una is greater than ack sn (fix #14) by @Gallardo994 in #15
  • Fix deadlock in accepting fastack by @Gallardo994
  • Fix incorrect ordering in receive buffer, leading to broken operation under packet loss conditions by @Gallardo994
  • Add lossy network test case scenario by @Gallardo994

Full Changelog: 1.1.0...1.2.0

Release 1.1.0

15 Jan 23:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

Release 1.0.0

13 Jan 01:26
627ca23
Compare
Choose a tag to compare

Original release with basic sanity test.