Set the socket receive buffer size.
This is only applicable to the standard connection factory.
@param config The neo4j client configuration to update. @param size The socket receive buffer size, or 0 to use the system default. @return 0 on success, or -1 on error (errno will be set).
See Implementation
Set the socket receive buffer size.
This is only applicable to the standard connection factory.
@param config The neo4j client configuration to update. @param size The socket receive buffer size, or 0 to use the system default. @return 0 on success, or -1 on error (errno will be set).