Revision history of "Go echo multiple ports"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 14:43, 23 March 2024Busk talk contribs 777 bytes +777 Created page with "``` import socket import threading def handle_client(client_socket): while True: data = client_socket.recv(1024) if not data: break cl..."