clientSocket = socket(AF_INET, SOCK_DGRAM) -> IPv4, UDP 방식을 사용한다는 뜻
clientSocket.bind(('', 19157))

Untitled