Popularity
2.5
Declining
Activity
0.0
Stable
1
3
1

Monthly Downloads: 7
Programming language: Haskell
License: MIT License
Tags: Network    

secureUDP alternatives and similar packages

Based on the "Networking" category.
Alternatively, view secureUDP alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of secureUDP or a related project?

Add another 'Networking' Package

README

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.