mongoc_socket_close (3) Linux Manual Page
mongoc_socket_close() – This function is a wrapper around the BSD socket shutdown() interface. It provides better portability between UNIX-like and Microsoft Windows platforms.
Synopsis
int mongoc_socket_close (mongoc_socket_t *socket);
Parameters
socket- A
mongoc_socket_t\&.
Description
This function is a wrapper around the BSD socket shutdown(3) interface. It provides better portability between UNIX-like and Microsoft Windows platforms.
Returns
0 on success, -1 on failure to close the socket.
Colophon
This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
