Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Xia-carbonix committed Sep 7, 2023
1 parent 0c8dced commit 847470d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion udp_rtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
import csv
import sys
import getopt
import importlib
from multiprocessing import Process, Queue

importlib.reload(sys)
sys.setdefaultencoding('UTF8')
HEADER_SIZE = 32 + 4 + 8
BUFFER_SIZE = 3_000_000

Expand Down

0 comments on commit 847470d

Please sign in to comment.