Skip to content

version 1.1.0

Compare
Choose a tag to compare
@dspeterson dspeterson released this 11 Jun 20:31
· 285 commits to master since this release
  • Initial version of Dory.
  • Add support for receiving messages from UNIX domain stream socket or local TCP. Stream sockets allow clients to send messages that are too large to fit in a single datagram. TCP makes Dory available to clients written in programming languages that do not provide easy access to UNIX domain sockets.