📄 protocol-2.txt
字号:
description of distcc protocol version 2Copyright (C) 2003 by Martin Pooldisclaimer----------This document is provided as explanation for people developing ordebugging distcc. Discrepancies between this document and the distcccode are an error in the document.This document is intended to describe distcc 2.9.Because this program and document is licensed free of charge, there isno warranty of any kind, to the extent permitted by applicable law.If anything is unclear, please ask on the mailing list.protocol--------Protocol 2 is a variation of protocol 1. It gets a new version numberbecause that's the simplest way to indicate the change.The protocol number (DIST) sent by the client is set to 2. The servermust respond (DONE) in version 2.The content of the "bulk" tokens (DOTI, DOTO, SERR, SOUT) arecompressed using the LZO1X algorithm.The token parameter gives the length of the compressed form.As a special case, if the uncompressed form is zero bytes, then it isnot compressed but rather sent directly as zero bytes. (Compressionslightly expands a zero byte string.)The distcc client and server can handle either protocol 1 or 2depending on whether the user configures compression on.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -