Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
194d825f
Commit
194d825f
authored
Mar 04, 2013
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(UnetUDP): подправил help
parent
8d94e507
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
UNetExchange.cc
extensions/UNetUDP/UNetExchange.cc
+2
-2
No files found.
extensions/UNetUDP/UNetExchange.cc
View file @
194d825f
...
...
@@ -690,8 +690,8 @@ void UNetExchange::help_print( int argc, const char* argv[] )
cout
<<
"--unet-lost-timeout msec - Время ожидания заполнения 'дырки' между пакетами. По умолчанию 5000 мсек."
<<
endl
;
cout
<<
"--unet-recvpause msec - Пауза между приёмами. По умолчанию 10"
<<
endl
;
cout
<<
"--unet-sendpause msec - Пауза между посылками. По умолчанию 100"
<<
endl
;
cout
<<
"--unet-updatepause msec -
Время ожидания готовности SM к работе, мсек. (-1 - ждать 'вечно')
"
<<
endl
;
cout
<<
"--unet-steptime msec -
Шаг..
."
<<
endl
;
cout
<<
"--unet-updatepause msec -
Пауза между обновлением информации в SM (Корелирует с recvpause и sendpause). По умолчанию 100
"
<<
endl
;
cout
<<
"--unet-steptime msec -
Пауза между обновлением информации о связи с узлами
."
<<
endl
;
cout
<<
"--unet-maxdifferense num - Маскимальная разница в номерах пакетов для фиксации события 'потеря пакетов' "
<<
endl
;
cout
<<
"--unet-maxprocessingcount num - время на ожидание старта SM"
<<
endl
;
cout
<<
"--unet-nosender [0,1] - Отключить посылку."
<<
endl
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment