完成lab3

This commit is contained in:
2024-04-15 22:59:16 +08:00
parent 0e5c12ec75
commit 8d23463809
6 changed files with 933 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
import socket
import random
import time
class NetworkLayer:
def __init__(self, host:str, port:int) -> None: