Set the socket send buffer size.
This is only applicable to the standard connection factory.
@param config The neo4j client configuration to update. @param size The socket send 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 send buffer size.
This is only applicable to the standard connection factory.
@param config The neo4j client configuration to update. @param size The socket send buffer size, or 0 to use the system default. @return 0 on success, or -1 on error (errno will be set).