From ec7f4cfda2c2708ed7ec3522600c95bd32fc43ea Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 2 Jun 2008 14:22:47 -0400 Subject: - initial support for returning larger entries over tcp than we can over udp - make the tcp sizes tunable --- src/plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugin.h') diff --git a/src/plugin.h b/src/plugin.h index 13c06c0..3818c85 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -30,6 +30,7 @@ struct plugin_state { Slapi_ComponentId *plugin_identity; Slapi_PluginDesc *plugin_desc; int pmap_client_socket; + int max_dgram_size, max_value_size; int n_listeners; struct { int fd, port, pf, type; -- cgit