On Mon, 2007-11-12 at 12:22 +0000, David Howells wrote: > Trond Myklebust <[EMAIL PROTECTED]> wrote: > > > take a SHUT_RD/SHUT_WR/SHUT_RDWR argument instead of the > > Hmmm... Why SHUT_*? Why not SHUTDOWN_*?
SHUT_RD/SHUT_WR/SHUT_RDWR are the traditional names for these constants (see 'man 3 shutdown') and so should be easier to remember. I didn't however feel comfortable naming the function kernel_shutdown() or shutdown(), since those have other connotations, hence kernel_sock_shutdown(). - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html