--- libaitrpc/inc/aitrpc.h 2012/05/17 15:18:48 1.8.2.20 +++ libaitrpc/inc/aitrpc.h 2012/05/17 15:21:08 1.8.2.21 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.8.2.20 2012/05/17 15:18:48 misho Exp $ +* $Id: aitrpc.h,v 1.8.2.21 2012/05/17 15:21:08 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -514,7 +514,7 @@ inline int rpc_cli_getBLOB(rpc_cli_t * __restrict cli, * * @ProgID = ProgramID for RPC session request * @ProcID = ProcessID for RPC session request - * @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 IP address for bind server * @Port = Port for bind server, if Port == 0 default port is selected * return: NULL == error or !=NULL connection to RPC server established