Incoming: UDP parallel input
by from OpenBSD Journal on (#6PEJE)
UDP input is about to become faster and parallel on OpenBSD. In a message to tech@ titled UDP parallel input, Alexander Bluhm (bluhm@) offers a diff that enables parallel UDP input for -current.
The message reads,
List: openbsd-techSubject: UDP parallel inputFrom: Alexander Bluhm <bluhm () openbsd ! org>Date: 2024-07-23 13:40:21Hi,mvs@ has completed the final bits to make socket buffer MP safe forUDP packets. This means that we can run UDP input on multiplethreads. Diff below activates this.