mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
11 lines
186 B
Python
Executable file
11 lines
186 B
Python
Executable file
# Defaults shared by Vsend and Vreceice
|
|
|
|
DEFMCAST = '225.0.0.250'
|
|
DEFPORT = 5555
|
|
|
|
PKTMAX_UCAST = 16*1024 - 6
|
|
PKTMAX_BCAST = 1450
|
|
DEFPKTMAX = PKTMAX_BCAST
|
|
|
|
DEFWIDTH = 400
|
|
DEFHEIGHT = 300
|