Changes for version v0.4.0 - 2023-05-23

  • improvements
    • strings names can be used instead of AF_ and SOCK_ constants directly in sockaddr_passive. Removes the need to 'use Socket...' for many use cases. This was only possible when using the parse_passive_spec function previously
  • fixes
    • with the new string name feature, operates mores as described in the documentation
  • tests
    • updated tests to cover new string names feature in sockaddr_passive

Modules

Interface scoped passive/listener addressing

Examples