Page 1 of 1

When creating a new socket using the Python `sockets` module, which of the following parameters is used to specify the s

Posted: Mon Aug 01, 2022 9:35 am
by answerhappygod
When creating a new socket using the Python `sockets` module, which of the following parameters is used to specify the socket will send and receive TCP traffic?
(Choose two)

A. socket.SOCK_STREAM
B. socket.AF_INET
C. socket.SOCK_DGRAM
D. socket.socket