Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

autopawn/haskell-secureUDP

Repository files navigation

haskell-secureUDP

Haskell module for secure UDP packet transfer.

  • Packets ARE guaranteed to be received (and as fast as possible) if there's a connection.
  • Packets ARE guaranteed to arrive just once.
  • Packets ARE NOT guaranteed to arrive in order.

Notes:

  • It's recommended that on the ChannelConfig, the maxPacketSize isn't set to a value larger than 500. Theoretically the IP protocol should partition packages larger than the MTU, however the packages could be dropped.
  • To avoid communication problems, all communicating channels should have the same ChannelConfig, except by the socket or the allowed function.
  • You can find the documentation on hackage.

About

Haskell library for secure UDP packet transfer.

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors