Home | History | Annotate | Download | only in test

Lines Matching refs:socktype

295 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM):
349 tempsock = socket.socket(family, socktype)