MCPcopy Create free account
hub / github.com/EIPStackGroup/OpENer / CloseUdpSocket

Function CloseUdpSocket

source/src/ports/generic_networkhandler.c:257–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void CloseUdpSocket(int socket_handle) {
258 CloseSocket(socket_handle);
259}
260
261void CloseTcpSocket(int socket_handle) {
262 RemoveSocketTimerFromList(socket_handle);

Calls 1

CloseSocketFunction · 0.85

Tested by

no test coverage detected