summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2020-05-25 17:02:44 +0200
committerDominique Martinet <asmadeus@codewreck.org>2020-05-25 17:02:44 +0200
commit95b8977c7babfa9384b8b3ece7378eddd85bfc10 (patch)
tree30bf32f60b7f7203ee91b678e9097bef38e24fa8
parentf34a0a0ac016b859cb7fed92fb2757a146c5c188 (diff)
TODO: catch signals for cleanup
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index b4ff631..008fa90 100644
--- a/TODO
+++ b/TODO
@@ -1,2 +1,3 @@
+- cleanup socket on sigint/sigterm/sigquit if caught during accept()
- add mode for snatch through /proc/pid/fd/ if receiver has permissions (dropping permissions afterwards optionally? starting to be out of scope..)
- fix replacement pattern to work with smaller token than replacement / clean up this part of the code