linkcheck.socketutil

Functions

create_socket(family, socktype[, proto, timeout])

Create a socket with given family and type.

linkcheck.socketutil.create_socket(family, socktype, proto=0, timeout=60)[source]

Create a socket with given family and type. If SSL context is given an SSL socket is created.