- IPC socket: add REUSEADDR when using IP (remove comment)

- Test: remove variable to use backend restconf, since that is the only option
- Docs C-style: describe return values better
This commit is contained in:
Olof hagsand 2021-08-24 13:46:47 +02:00
parent 6e0e45aab7
commit 9fce0a1214
3 changed files with 8 additions and 9 deletions

View file

@ -74,13 +74,13 @@ Errors are typically declared as follows:
All function returns that have return values must be checked
Default return values form a function are:
0: OK
-1: Fatal Error
- `0` OK
- `-1` Fatal Error
In some cases, Clixon uses three-value returns as follows:
1: OK
0: Invalid
-1: Fatal error
- `1` OK
- `0` Invalid
- `-1` Fatal error
### Return values