看板 DFBSD_commit 關於我們 聯絡資訊
commit 70a4a30f482080ed3a5a05f9c2c03d0e166298d3 Author: Samuel J. Greear <sjg@thesjg.com> Date: Fri Jun 11 08:13:53 2010 +0000 kernel - Add OOB support to kqueue Adds the ability to be notified of out-of-band data on a socket to kqueue by specifying NOTE_OOB in the fflags of a kevent. Summary of changes: lib/libc/sys/kqueue.2 | 5 +++++ sys/kern/uipc_socket.c | 6 ++++++ sys/sys/event.h | 1 + 3 files changed, 12 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/70a4a30f482080ed3a5a05f9c2c03d0e166298d3 -- DragonFly BSD source repository