1. 25 Jan, 2018 4 commits
  2. 24 Jan, 2018 4 commits
  3. 22 Jan, 2018 2 commits
  4. 20 Jan, 2018 1 commit
  5. 19 Jan, 2018 2 commits
  6. 17 Jan, 2018 1 commit
  7. 10 Jan, 2018 2 commits
  8. 03 Jan, 2018 1 commit
  9. 31 Dec, 2017 2 commits
  10. 30 Dec, 2017 1 commit
  11. 29 Dec, 2017 1 commit
  12. 25 Dec, 2017 4 commits
  13. 24 Dec, 2017 3 commits
  14. 23 Dec, 2017 2 commits
  15. 21 Dec, 2017 4 commits
  16. 18 Dec, 2017 2 commits
  17. 13 Dec, 2017 1 commit
    • Joseph Noir's avatar
      Add basic UDP support · 42dcb781
      Joseph Noir authored
      This commit adds basic support for UDP to CAF. It includes a new
      datagram servant for the multiplexer, associated handles, message types
      and tests. CAF messages sent via UDP are delivered in order but
      unreliably.
      
      The receive buffer has a size of 65k which should enable CAF to receive
      all regular datagrams. Currently, messages that are bigger than the MTU
      will be fragmented by IP.
      
      Message slicing and optional reliability are planned for the future.
      42dcb781
  18. 11 Dec, 2017 1 commit
  19. 10 Dec, 2017 1 commit
  20. 09 Dec, 2017 1 commit