Module quilkin::net

source ·

Re-exports

Modules

Structs

  • The same as DualStackSocket but uses epoll instead of uring.
  • An ipv6 socket that can accept and send data from either a local ipv4 address or ipv6 address with port reuse enabled and only_v6 set to false.

Functions

  • Converts a a socket address to its canonical version. This is just a copy of the method available in std but that is currently nightly only.