Disable sockpool and close sockpool socket */
| 1872 | |
| 1873 | /* Disable sockpool and close sockpool socket */ |
| 1874 | void cdb2_disable_sockpool() |
| 1875 | { |
| 1876 | cdb2_maybe_disable_sockpool(0, -1); |
| 1877 | } |
| 1878 | |
| 1879 | static void reset_sockpool(void) |
| 1880 | { |
no test coverage detected