This change fully splits away PF_UNIX/SOCK_DGRAM from other socket
buffer implementations, without any behavior changes.
Generic socket implementation is reduced down to one STAILQ and very
little code.
Differential D35300
unix/dgram: use minimal possible socket buffer for PF_UNIX/SOCK_DGRAM glebius on May 23 2022, 9:02 PM. Authored by Tags None Referenced Files
Subscribers
Details
This change fully splits away PF_UNIX/SOCK_DGRAM from other socket Generic socket implementation is reduced down to one STAILQ and very
Diff Detail
Event Timeline
Comment Actions I'm working on the event tests now. It seems I need to do substantial changes to this branch, cause there is also kevent and aio, who also just use bare sbavail(). Comment Actions There are two directions to go:
I'm researching these two options. Any input much appreciated. Comment Actions Abandon protocol specific select/poll for now, and instead just maintain Now passes tests/kern/unix_dgram:event
|