ICI Modules: net: close
Modules by name : by typeSynopsis
net.close(socket)Description
Closes a socket and the communications link it represents. This frees the underlying operating system socket and marks the socket object as closed. Use of a closed socket with any routines results in an error "attempt to use closed socket".