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
75cf7f1a
Commit
75cf7f1a
authored
Nov 23, 2016
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Unet): исправил опечатки
parent
20b3449d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
UNetExchange.cc
extensions/UNetUDP/UNetExchange.cc
+2
-2
UNetReceiver.cc
extensions/UNetUDP/UNetReceiver.cc
+1
-1
No files found.
extensions/UNetUDP/UNetExchange.cc
View file @
75cf7f1a
...
...
@@ -85,7 +85,7 @@ UNetExchange::UNetExchange(uniset::ObjectId objId, uniset::ObjectId shmId, const
int
maxProcessingCount
=
conf
->
getArgPInt
(
"--"
+
prefix
+
"-maxprocessingcount"
,
it
.
getProp
(
"maxProcessingCount"
),
100
);
int
checkConnectionPause
=
conf
->
getArgPInt
(
"--"
+
prefix
+
"-checkconnection-pause"
,
it
.
getProp
(
"checkConnectionPause"
),
10000
);
std
::
string
updateStrategy
=
conf
->
getArg2Param
(
"--"
+
prefix
+
"-update-strategy"
,
it
.
getProp
(
"updateSt
ar
tegy"
),
"evloop"
);
std
::
string
updateStrategy
=
conf
->
getArg2Param
(
"--"
+
prefix
+
"-update-strategy"
,
it
.
getProp
(
"updateSt
ra
tegy"
),
"evloop"
);
no_sender
=
conf
->
getArgInt
(
"--"
+
prefix
+
"-nosender"
,
it
.
getProp
(
"nosender"
));
...
...
@@ -317,7 +317,7 @@ UNetExchange::UNetExchange(uniset::ObjectId objId, uniset::ObjectId shmId, const
if
(
r_upStrategy
==
UNetReceiver
::
useUpdateUnknown
)
{
ostringstream
err
;
err
<<
myname
<<
": Unknown update strategy!!! '"
<<
n_it
.
getProp2
(
"unet_update_st
ar
tegy"
,
updateStrategy
)
<<
"'"
<<
endl
;
err
<<
myname
<<
": Unknown update strategy!!! '"
<<
n_it
.
getProp2
(
"unet_update_st
ra
tegy"
,
updateStrategy
)
<<
"'"
<<
endl
;
unetcrit
<<
myname
<<
"(init): "
<<
err
.
str
()
<<
endl
;
throw
SystemError
(
err
.
str
());
}
...
...
extensions/UNetUDP/UNetReceiver.cc
View file @
75cf7f1a
...
...
@@ -933,7 +933,7 @@ const std::string UNetReceiver::getShortInfo() const noexcept
<<
" recvOK="
<<
isRecvOK
()
<<
" receivepack="
<<
rnum
<<
" lostPackets="
<<
setw
(
6
)
<<
getLostPacketsNum
()
<<
" updateSt
ar
tegy="
<<
to_string
(
upStrategy
)
<<
" updateSt
ra
tegy="
<<
to_string
(
upStrategy
)
<<
endl
<<
"
\t
["
<<
" recvTimeout="
<<
setw
(
6
)
<<
recvTimeout
...
...
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