mav 2008-03-11 21:58:49 UTC FreeBSD src repository
Modified files: sys/netgraph netgraph.h ng_base.c ng_socket.c Log: Improve apply callback error reporting: Before this patch callback returned result of the last finished call chain. Now it returns last nonzero result from all call chain results in this request. As soon as this improvement gives reliable error reporting, it is now possible to remove dirty workaround in ng_socket, made to return ENOBUFS error statuses of request-response operations. That workaround was responsible for returning ENOBUFS errors to completely unrelated requests working at the same time on socket. Revision Changes Path 1.72 +2 -1 src/sys/netgraph/netgraph.h 1.150 +25 -8 src/sys/netgraph/ng_base.c 1.85 +1 -1 src/sys/netgraph/ng_socket.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"