Skip to content

Instantly share code, notes, and snippets.

View wzr1337's full-sized avatar

Patrick wzr1337

View GitHub Profile
@wzr1337
wzr1337 / main.py
Created December 7, 2023 14:30
tcp tester
import socket
import time
import threading
import argparse
# Constants
BUFFER_SIZE = 1024
MAX_MESSAGE_SIZE = 1400 # 1400 MTU
NUMBER_OF_MESSAGES = 10000
TICK_MILLISECONDS = 1 # Adjust the interval as needed