Skip to content

Commit 09df56b

Browse files
committed
Prijimat TCP data kazdych 15 ms.
1 parent 392d733 commit 09df56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TCPServerOR.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface
1818
_PANEL_DEFAULT_PORT = 5896; // default port, na ktere bezi server
1919
_MAX_OR_CLIENTS = 32; // maximalni pocet klientu
2020
_PING_TIMER_PERIOD_MS = 250;
21-
_RECEIVE_CHECK_PERIOD_MS = 10;
21+
_RECEIVE_CHECK_PERIOD_MS = 15;
2222

2323
// tady jsou vyjmenovane vsechny verze protokolu, ktere akceptuje server od klientu
2424
_PROTO_V_ACCEPT : array[0..1] of string =

0 commit comments

Comments
 (0)