[PATCH] kNFSd: RPC server need to know that TCP and UDP have different wspace functions.
From: Hirokazu Takahashi <taka@valinux.co.jp> sock_wspace() is used to see how much can be written to a udp socket, but tcp_wspace must be used on a tcp socket. This patch informs sunrpc/svcsock.c of this subtlety.
Showing
Please register or sign in to comment