Skip to content

Commit 8c94ac3

Browse files
committed
Docs: document clamd protocol and clamdscan behavior
Add a dedicated ClamD protocol guide covering socket choices, command framing, path scans, streaming, file descriptor passing, reply handling, IDSESSION usage, protocol limits, and tested examples for the more complex commands. Link the new guide from the Usage scanning chapter and the mdBook summary so protocol details have a focused home instead of living in a shallow command list. Revise the ClamDScan scanning guidance to describe behavior by Unix/local and TCP socket type. The user-facing text now avoids assuming protocol knowledge and avoids presenting tolerated mixed options as recommended usage.
1 parent 1b86e4a commit 8c94ac3

3 files changed

Lines changed: 485 additions & 18 deletions

File tree

src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- [Configuration](./manual/Usage/Configuration.md)
1313
- [Updating Signature Databases](./manual/Usage/SignatureManagement.md)
1414
- [Scanning](./manual/Usage/Scanning.md)
15+
- [ClamD Protocol](./manual/Usage/ClamdProtocol.md)
1516
- [On-Access Scanning](./manual/OnAccess.md)
1617
- [Running ClamAV Services](./manual/Usage/Services.md)
1718
- [Report a Bug](./manual/Usage/ReportABug.md)

0 commit comments

Comments
 (0)