minor cleanup

This commit is contained in:
zzz
2015-09-07 18:29:39 +00:00
parent 02def65295
commit a689385e8d

View File

@@ -57,7 +57,7 @@ Version 3.2 is not yet implemented, and the changes listed below are preliminary
<ul>
<li>SESSION CREATE now supports options FROM_PORT=nnnn and TO_PORT=nnnn to set default I2P ports
<li>SESSION CREATE STYLE=RAW now supports option PROTOCOL=nnn to set default I2P protocol (18 otherwise)
<li>STREAM CONNECT, DATAGRAM SEND, and RAW SEND now supports new options FROM_PORT=nnnn and TO_PORT=nnnn
<li>STREAM CONNECT, DATAGRAM SEND, and RAW SEND now support new options FROM_PORT=nnnn and TO_PORT=nnnn
to override default I2P ports for that connection
<li>STREAM ACCEPT now supports option TO_PORT=nnnn to accept connections on that I2P port only
<li>RAW SEND now supports option PROTOCOL=nnn to override default I2P RAW protocol value (18)
@@ -65,7 +65,7 @@ Version 3.2 is not yet implemented, and the changes listed below are preliminary
now appends to the first line is FROM_PORT=nnnn TO_PORT=nnnn to indicate I2P ports
<li>The first line of datagrams sent through port 7655 may now start with any 3.x version
<li>RAW RECEIVED now appends to the first line PROTOCOL=nnn to indicate I2P protocol
<li>DATAGRAM_SEND and RAW_SEND now supports options SEND_TAGS=nnn, TAG_THRESHOLD=nnn, EXPIRES=nnnnnnn, and SEND_LEASESET=true|false.
<li>DATAGRAM SEND and RAW SEND now supports options SEND_TAGS=nnn, TAG_THRESHOLD=nnn, EXPIRES=nnnnnnn, and SEND_LEASESET=true|false.
These will be passed to I2CP if supported. See <a href="..//i2cp#msg_SendMessageExpire">the I2CP specification</a> for details.
Support by the SAM server is optional, it will ignore these options if unsupported.
<li>Client and server may now send: PING [arbitrary text] on the control port,