--- libaitrpc/inc/aitrpc.h 2012/05/17 14:22:24 1.8.2.19 +++ libaitrpc/inc/aitrpc.h 2012/05/17 15:18:48 1.8.2.20 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.8.2.19 2012/05/17 14:22:24 misho Exp $ +* $Id: aitrpc.h,v 1.8.2.20 2012/05/17 15:18:48 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -290,7 +290,7 @@ int rpc_register_blobServices(rpc_srv_t * __restrict s * @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 (also meaning max RPC packet) + * @netBuf = Network buffer length (min:512 bytes), if =0 == BUFSIZ (also meaning max RPC packet) * @csHost = Host name or address for bind server, if NULL any address * @Port = Port for bind server, if Port == 0 default port is selected * return: NULL == error or !=NULL bind and created RPC server instance