You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s = socket.socket(socket.AF_INET,socket.SOCK_STREAM)#socket object. what type of socket(ipv4(AF_INET : family of ipv4) or ipv6) and type of protocol : UDP or TCP