summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-06-22 19:35:34 +0000
committerchristos <christos@NetBSD.org>2006-06-22 19:35:34 +0000
commiteadd73deca512bb0768fa777602a73e867c8de63 (patch)
tree902e664b914a9bfaaa04a8fb804044cd3ff6a07d /include
parentaca1acfb3ff9c8d61a61029fda3e094922f9a16b (diff)
Centralize the TCP_NODELAY handling as discussed in tech-net.
Diffstat (limited to 'include')
-rw-r--r--include/rpc/rpc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h
index ebd9f8ffb63..573e5a0e3be 100644
--- a/include/rpc/rpc.h
+++ b/include/rpc/rpc.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rpc.h,v 1.14 2005/02/03 04:39:32 perry Exp $ */
+/* $NetBSD: rpc.h,v 1.15 2006/06/22 19:35:34 christos Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -101,6 +101,7 @@ int __rpc_nconf2fd(const struct netconfig *);
int __rpc_nconf2sockinfo(const struct netconfig *,
struct __rpc_sockinfo *);
int __rpc_fd2sockinfo(int, struct __rpc_sockinfo *);
+int __rpc_setnodelay(int, const struct __rpc_sockinfo *);
u_int __rpc_get_t_size(int, int, int);
__END_DECLS