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
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
(Choose two)
A. socket.SOCK_STREAM
B. socket.AF_INET
C. socket.SOCK_DGRAM
D. socket.socket