OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
Find a file
Gustavo Iñiguez Goia 6048b0ef64 more cache improvements
- don't clean cache by number of items.
- clean inodes from cache every 2' if the descriptor symlink doesn't exist
  anymore, or if the lastSeen time is more than 5 minutes.
- launch cache cleaners before start a new process monitoring method,
  and start it only once for the life time of the daemon.
- do not store in cache the Time objects, only the nanoseconds of
  the last updated time.
- if the inode of a connection is found in cache, reorder the
  descriptors to push the descritptor to the top of the list.
  Also add cached the inode.

It turns out that when a new connection is about to be established,
when the process resolves the domain, the same inode is used to open the
tcp connection to the target. So if it's cached we save CPU cycles.

This also occurs when we block a connection and the process retries it,
or when a connection timeouts and the process retries it
(telnet 1.1.1.1).
2021-03-24 01:16:47 +01:00
.github github action fix 2021-02-23 18:11:27 +03:00
daemon more cache improvements 2021-03-24 01:16:47 +01:00
debian deb: fixed debian/changelog 2021-02-13 18:19:11 +01:00
proto Use daemon's event timestamp in UI. 2020-12-22 22:50:18 +03:00
screenshots added more screenshots 2020-02-25 22:39:32 +01:00
ui [Locale]Add Japanese Translation (#375) 2021-03-21 22:23:47 +01:00
.gitignore misc: small fix or general refactoring i did not bother commenting 2018-04-16 17:51:54 +02:00
LICENSE Update LICENSE 2020-06-20 17:48:59 +02:00
make_ads_rules.py Misc. typos 2018-09-06 19:24:38 -04:00
Makefile makefile: 2021-02-13 18:48:49 +03:00
README.md fixed urls 2021-02-15 11:03:18 +01:00
release.sh misc: small fix or general refactoring i did not bother commenting 2018-04-10 19:49:58 +02:00

opensnitch

Release Software License Go Report Card

OpenSnitch is a GNU/Linux application firewall.

OpenSnitch

Installation and configuration

Please, refer to the documentation for detailed information.

Contributors

See the list