projects
/
opensnitch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e44cfb1
)
Tell opensnitch daemon to not flush al TCP connections on restart.
author
Petter Reinholdtsen
<pere@hungry.com>
Tue, 20 May 2025 15:01:26 +0000
(15:01 +0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Tue, 20 May 2025 15:01:26 +0000
(15:01 +0000)
Bug-Debian: https://bugs.debian.org/
1103496
Forwarded: not-needed
Last-update: 2025-05-26
This avoid killing connections like SSH and IRC when upgrading or restarting
the service. See discussion in https://github.com/evilsocket/opensnitch/issues/1329 .
Last-update: 2025-05-26
Gbp-Pq: Name 2010-no-tcp-flush-on-restart.patch
daemon/default-config.json
patch
|
blob
|
history
diff --git
a/daemon/default-config.json
b/daemon/default-config.json
index 302014a0252b5f2fe8c12cf81abda4d11ed67c8d..ba8f9b7c75960ed901da665cb364b3299f68ea3c 100644
(file)
--- a/
daemon/default-config.json
+++ b/
daemon/default-config.json
@@
-22,6
+22,6
@@
},
"Internal": {
"GCPercent": 100,
- "FlushConnsOnStart":
tru
e
+ "FlushConnsOnStart":
fals
e
}
}