Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TCP Protocol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BIAS
Receivers
TCP Protocol
Compare revisions
267288ef3bd4cbf468c9730fba29e4a07402f0b3 to 124cf4c79d4f3f37c3b214ce07c80125dccffac1
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
bias/connection-protocols/tcp-protocol
Select target project
No results found
124cf4c79d4f3f37c3b214ce07c80125dccffac1
Select Git revision
Branches
main
old
Tags
v1.0
Swap
Target
bias/connection-protocols/tcp-protocol
Select target project
bias/connection-protocols/tcp-protocol
1 result
267288ef3bd4cbf468c9730fba29e4a07402f0b3
Select Git revision
Branches
main
old
Tags
v1.0
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
timeput reduction
· 124cf4c7
Valerio Pastore
authored
1 year ago
124cf4c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/TCP_Protocol.cpp
+0
-1
0 additions, 1 deletion
src/TCP_Protocol.cpp
with
0 additions
and
1 deletion
src/TCP_Protocol.cpp
View file @
124cf4c7
...
...
@@ -136,7 +136,6 @@ int TCPProtocol::m_connectToCli(std::string ip, int port) {
break
;
// we have data, we can accept now
}
std
::
this_thread
::
sleep_for
(
std
::
chrono
::
seconds
(
1
));
// otherwise (i.e. select_status==0) timeout, continue
}
if
(
!
this
->
checkConnFlag
)
{
// Interrupted
...
...
This diff is collapsed.
Click to expand it.