Ruffles Versions Save

Lightweight and fully managed reliable UDP library.

v11.1.9

1 year ago

11.1.9 (2023-03-22)

Bug Fixes

v11.1.8

1 year ago

11.1.8 (2023-03-22)

Bug Fixes

  • Catch socket cancel exception (4f04821)
  • Make example .net 6 (af5dea0)
  • Remove .net standard 2.1 from nuspec (8846cad)
  • Remove .netstandard 2.1 (0a38575)
  • Update .net versions (a2eecc3)
  • Update all .net versions (a66a469)
  • Use .net standard (4142b9c)

v11.1.7

1 year ago

11.1.7 (2023-03-22)

Bug Fixes

v11.1.6

1 year ago

11.1.6 (2023-03-22)

Bug Fixes

  • Ensure socket is running when polling (68e82e7)
  • Fixed socket not being closed before thread join (522c2ff)

v11.1.5

3 years ago

11.1.5 (2020-12-01)

Bug Fixes

  • Fixed fragmentation resend (57f250a)
  • Fixed reliable fragmented resend (57660bb)
  • Fixed reliable resend (378751e)
  • Fixed reliable sequenced resend (efe8da6)

v11.1.4

3 years ago

11.1.4 (2020-09-30)

Bug Fixes

  • Fixed NetTime.MinValue tick representation being larger than current time (3f0c582)

v11.1.3

3 years ago

11.1.3 (2020-09-30)

Bug Fixes

  • Fixed message when sending too large broadcast/unconnected messages (d503a03)

v11.1.2

3 years ago

11.1.2 (2020-09-30)

Bug Fixes

  • CheckConnectionResends being called twice per Update (b70f5c4), closes #29

v11.1.1

3 years ago

11.1.1 (2020-09-25)

Bug Fixes

  • Fixed leak warning being showed when memory pools are full (a401908)

v11.1.0

3 years ago

11.1.0 (2020-07-22)

Features

  • Added bandwidth tracking (ea821b7)