git: kernel - kqueue - fix EVFILT_WRITE notification on pipes

看板DFBSD_commit作者時間15年前 (2010/08/14 09:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 8315ba5b003d76d526841659e7b5f89cd9f8cf79 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Fri Aug 13 17:59:47 2010 -0700 kernel - kqueue - fix EVFILT_WRITE notification on pipes * The pipe code was running the wrong kqueue for write buffer availability notifications, so things like scp transfers were timing out once the write socket filled up when they tried to poll() for more space. Reported-by: swildner Summary of changes: sys/kern/sys_pipe.c | 39 +++++++++++++++++++++++++-------------- 1 files changed, 25 insertions(+), 14 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8315ba5b003d76d526841659e7b5f89cd9f8cf79 -- DragonFly BSD source repository
文章代碼(AID): #1CPV8Mde (DFBSD_commit)