neo4j_config_set_so_rcvbuf_size

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).

extern (C)
int
neo4j_config_set_so_rcvbuf_size

Meta