[#i2p-sam] = xref:i2p.adoc[i2p]::sam :relfileprefix: ../ :mrdocs: Types and helpers for talking to an I2P router over the SAM (v3) protocol. == Types [cols="1,4"] |=== | Name| Description | xref:i2p/sam/Session.adoc[`Session`] | I2P SAM session. |=== == Variables [cols="1,4"] |=== | Name| Description | xref:i2p/sam/MAX_MSG_SIZE.adoc[`MAX_MSG_SIZE`] | The maximum size of an incoming message from the I2P SAM proxy (in bytes). Used to avoid a runaway proxy from sending us an "unlimited" amount of data without a terminator. The longest known message is ~1400 bytes, so this is high enough not to be triggered during normal operation, yet low enough to avoid a malicious proxy from filling our memory. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#