Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lustre-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
debian-packages
lustre-release
Commits
f0983fb2
Commit
f0983fb2
authored
19 years ago
by
alex
Browse files
Options
Downloads
Patches
Plain Diff
- disable tcp keepalive for debugging purpose
parent
33cc142e
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lnet/klnds/socklnd/socklnd.h
+6
-0
6 additions, 0 deletions
lnet/klnds/socklnd/socklnd.h
with
6 additions
and
0 deletions
lnet/klnds/socklnd/socklnd.h
+
6
−
0
View file @
f0983fb2
...
...
@@ -59,7 +59,13 @@
#define SOCKNAL_BUFFER_SIZE (8<<20)
/* default socket buffer size */
#define SOCKNAL_NAGLE 0
/* enable/disable NAGLE? */
#define SOCKNAL_IRQ_AFFINITY 1
/* enable/disable IRQ affinity? */
/* FIXME: for debugging purpose only, remove asap! -bzzz */
#if 0
#define SOCKNAL_KEEPALIVE_IDLE 30 /* # seconds idle before 1st probe */
#endif
#define SOCKNAL_KEEPALIVE_IDLE 0
/* # seconds idle before 1st probe */
#define SOCKNAL_KEEPALIVE_COUNT 10
/* # unanswered probes to determine peer death */
#define SOCKNAL_KEEPALIVE_INTVL 2
/* seconds between probes */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment