@@ -585,6 +585,10 @@ until the file is closed. The cache does not impact the consistency of the file
with the corresponding daemon (default: 1000). The file size is further synchronized when the file is `close()`d or
when `fsync()` is called.
##### Protecting FDs
When the user creates a fd, this is protected from normal fds with a recolocation. This theoretically protects the fd from being closed from outside. However a new fd assignation system has been developed and is activated by default.
-`LIBGKFS_PROTECT_FD=1` - Enable the original method of assignation and protection.
### Daemon
#### Logging
-`GKFS_DAEMON_LOG_PATH` - Path to the log file of the daemon.