Skip to content

Commit b227fc8

Browse files
committed
Update pycatfile.py
1 parent e583d33 commit b227fc8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pycatfile.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13736,7 +13736,7 @@ def run_tcp_file_server(fileobj, url, on_progress=None):
1373613736
Ends after serving exactly one client or wait window elapses.
1373713737

1373813738
URL example:
13739-
tcp://user:pass@0.0.0.0:5000/path/my.arc?
13739+
tcp://user:pass@0.0.0.0:5000/path/my.cat?
1374013740
auth=1&enforce_path=1&rate=200000&timeout=5&wait=30&ssl=0
1374113741
"""
1374213742
parts, o = _parse_net_url(url) # already returns proto/host/port/timeout/ssl/etc.
@@ -13938,7 +13938,7 @@ def run_udp_file_server(fileobj, url, on_progress=None):
1393813938
Ends after serving exactly one client or wait window elapses.
1393913939

1394013940
URL example:
13941-
udp://user:pass@0.0.0.0:5001/path/my.arc?
13941+
udp://user:pass@0.0.0.0:5001/path/my.cat?
1394213942
auth=1&enforce_path=1&rate=250000&timeout=5&wait=30
1394313943
"""
1394413944
parts, o = _parse_net_url(url)
@@ -14362,7 +14362,7 @@ def run_tcp_file_server(fileobj, url, on_progress=None):
1436214362
Ends after serving exactly one client or wait window elapses.
1436314363

1436414364
URL example:
14365-
tcp://user:pass@0.0.0.0:5000/path/my.arc?
14365+
tcp://user:pass@0.0.0.0:5000/path/my.cat?
1436614366
auth=1&enforce_path=1&rate=200000&timeout=5&wait=30&ssl=0
1436714367
"""
1436814368
parts, o = _parse_net_url(url) # already returns proto/host/port/timeout/ssl/etc.
@@ -14914,7 +14914,7 @@ def run_udp_file_server(fileobj, url, on_progress=None):
1491414914
Ends after serving exactly one client or wait window elapses.
1491514915

1491614916
URL example:
14917-
udp://user:pass@0.0.0.0:5001/path/my.arc?
14917+
udp://user:pass@0.0.0.0:5001/path/my.cat?
1491814918
auth=1&enforce_path=1&rate=250000&timeout=5&wait=30
1491914919
"""
1492014920
parts, o = _parse_net_url(url)

0 commit comments

Comments
 (0)