Skip to content

Missing network primitives for socket2 (dependency of smol)

The socket2 crates needs

  • SOCK_RAW
  • SOCK_SEQPACKET
  • MSG_OOB
  • AF_UNSPEC
  • SOCK_RDM
  • SO_OOBINLINE

to compile as of May 26, 2020.

Fixing socket2 should bring smol one step closer toward working on Redox.

Edited by AdminXVII