--- libaitrpc/src/srv.c 2011/08/30 09:07:55 1.4.2.2 +++ libaitrpc/src/srv.c 2011/08/30 11:13:29 1.4.2.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: srv.c,v 1.4.2.2 2011/08/30 09:07:55 misho Exp $ +* $Id: srv.c,v 1.4.2.3 2011/08/30 11:13:29 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -635,7 +635,7 @@ rpc_srv_execBLOBServer(rpc_srv_t * __restrict srv) * @regProgID = ProgramID for authentication & recognition * @regProcID = ProcessID for authentication & recognition * @concurentClients = Concurent clients at same time to this server - * @netBuf = Network buffer length, if =0 == BUFSIZ + * @netBuf = Network buffer length, if =0 == BUFSIZ (also meaning max RPC packet) * @family = Family type, AF_INET, AF_INET6 or AF_LOCAL * @csHost = Host name or address for bind server, if NULL any address * @Port = Port for bind server, if Port == 0 default port is selected