proposal updates
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
Configuration File Specification
|
Configuration File Specification
|
||||||
================================
|
================================
|
||||||
.. meta::
|
.. meta::
|
||||||
:lastupdated: February 2016
|
:lastupdated: December 2016
|
||||||
:accuratefor: 0.9.25
|
:accuratefor: 0.9.28
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|
||||||
@@ -241,6 +241,12 @@ Properties are as follows::
|
|||||||
# unique IP per-remote-destination.
|
# unique IP per-remote-destination.
|
||||||
tunnel.N.option.enableUniqueLocal=true|false
|
tunnel.N.option.enableUniqueLocal=true|false
|
||||||
|
|
||||||
|
# Servers only. Persistent private leaseset key
|
||||||
|
tunnel.N.option.i2cp.leaseSetPrivateKey=base64
|
||||||
|
|
||||||
|
# Servers only. Persistent private leaseset key
|
||||||
|
tunnel.N.option.i2cp.leaseSetSigningPrivateKey=sigtype:base64
|
||||||
|
|
||||||
# Servers only. The maximum size of the thread pool, default 65. Ignored
|
# Servers only. The maximum size of the thread pool, default 65. Ignored
|
||||||
# for standard servers.
|
# for standard servers.
|
||||||
tunnel.N.option.i2ptunnel.blockingHandlerCount=nnn
|
tunnel.N.option.i2ptunnel.blockingHandlerCount=nnn
|
||||||
|
@@ -5,7 +5,7 @@ NTCP 2
|
|||||||
:author: zzz
|
:author: zzz
|
||||||
:created: 2014-02-13
|
:created: 2014-02-13
|
||||||
:thread: http://zzz.i2p/topics/1577
|
:thread: http://zzz.i2p/topics/1577
|
||||||
:lastupdated: 2016-09-29
|
:lastupdated: 2016-12-02
|
||||||
:status: Open
|
:status: Open
|
||||||
:supercedes: 106
|
:supercedes: 106
|
||||||
|
|
||||||
@@ -108,6 +108,14 @@ Related Goals
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
NOTE
|
||||||
|
====
|
||||||
|
|
||||||
|
The draft specification below low is out-of-date. See zzz.i2p thread for the latest.
|
||||||
|
After further review, the specification below will be updated.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Router Address
|
Router Address
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
@@ -5,8 +5,8 @@ Addressbook Subscription Feed Commands
|
|||||||
:author: zzz
|
:author: zzz
|
||||||
:created: 2014-09-15
|
:created: 2014-09-15
|
||||||
:thread: http://zzz.i2p/topics/1704
|
:thread: http://zzz.i2p/topics/1704
|
||||||
:lastupdated: 2016-04-26
|
:lastupdated: 2016-12-02
|
||||||
:status: Open
|
:status: Closed
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|
||||||
@@ -16,6 +16,7 @@ Overview
|
|||||||
|
|
||||||
This proposal is about extending the address subscription feed with commands, to
|
This proposal is about extending the address subscription feed with commands, to
|
||||||
enable name servers to broadcast entry updates from hostname holders.
|
enable name servers to broadcast entry updates from hostname holders.
|
||||||
|
Implemented in 0.9.26.
|
||||||
|
|
||||||
|
|
||||||
Motivation
|
Motivation
|
||||||
|
@@ -5,8 +5,8 @@ LeaseSet Key Persistence
|
|||||||
:author: zzz
|
:author: zzz
|
||||||
:created: 2014-12-13
|
:created: 2014-12-13
|
||||||
:thread: http://zzz.i2p/topics/1770
|
:thread: http://zzz.i2p/topics/1770
|
||||||
:lastupdated: 2014-12-13
|
:lastupdated: 2016-12-02
|
||||||
:status: Draft
|
:status: Closed
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|
||||||
@@ -16,6 +16,7 @@ Overview
|
|||||||
|
|
||||||
This proposal is about persisting additional data in the LeaseSet that is
|
This proposal is about persisting additional data in the LeaseSet that is
|
||||||
currently ephemeral.
|
currently ephemeral.
|
||||||
|
Implemented in 0.9.18.
|
||||||
|
|
||||||
|
|
||||||
Motivation
|
Motivation
|
||||||
@@ -32,4 +33,4 @@ the leaseset encryption and signing keys. These are not currently persisted.
|
|||||||
Proposed Changes
|
Proposed Changes
|
||||||
================
|
================
|
||||||
|
|
||||||
TBD
|
Private keys are stored in i2ptunnel.config, as i2cp.leaseSetPrivateKey and i2cp.leaseSetSigningPrivateKey.
|
||||||
|
@@ -5,8 +5,8 @@ IPv6 Peer Testing
|
|||||||
:author: zzz
|
:author: zzz
|
||||||
:created: 2016-05-02
|
:created: 2016-05-02
|
||||||
:thread: http://zzz.i2p/topics/2119
|
:thread: http://zzz.i2p/topics/2119
|
||||||
:lastupdated: 2016-07-18
|
:lastupdated: 2016-12-02
|
||||||
:status: Open
|
:status: Closed
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|
||||||
@@ -15,6 +15,7 @@ Overview
|
|||||||
========
|
========
|
||||||
|
|
||||||
This proposal is to implement SSU Peer Testing for IPv6.
|
This proposal is to implement SSU Peer Testing for IPv6.
|
||||||
|
Implemented in 0.9.27.
|
||||||
|
|
||||||
|
|
||||||
Motivation
|
Motivation
|
||||||
|
@@ -5,8 +5,8 @@ Increase IPv6 MTU
|
|||||||
:author: zzz
|
:author: zzz
|
||||||
:created: 2016-08-23
|
:created: 2016-08-23
|
||||||
:thread: http://zzz.i2p/topics/2181
|
:thread: http://zzz.i2p/topics/2181
|
||||||
:lastupdated: 2016-08-23
|
:lastupdated: 2016-12-02
|
||||||
:status: Open
|
:status: Closed
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|
||||||
@@ -15,6 +15,7 @@ Overview
|
|||||||
========
|
========
|
||||||
|
|
||||||
This proposal is to increase the max SSU IPv6 MTU from 1472 to 1488.
|
This proposal is to increase the max SSU IPv6 MTU from 1472 to 1488.
|
||||||
|
Implemented in 0.9.28.
|
||||||
|
|
||||||
|
|
||||||
Motivation
|
Motivation
|
||||||
|
@@ -5,8 +5,8 @@ Blocklist in News Feed
|
|||||||
:author: zzz
|
:author: zzz
|
||||||
:created: 2016-11-23
|
:created: 2016-11-23
|
||||||
:thread: http://zzz.i2p/topics/2191
|
:thread: http://zzz.i2p/topics/2191
|
||||||
:lastupdated: 2016-11-24
|
:lastupdated: 2016-12-02
|
||||||
:status: Open
|
:status: Closed
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|
||||||
@@ -16,6 +16,7 @@ Overview
|
|||||||
|
|
||||||
This proposal is to distribute blocklist updates in the news file,
|
This proposal is to distribute blocklist updates in the news file,
|
||||||
which is distributed in signed su3 format.
|
which is distributed in signed su3 format.
|
||||||
|
Implemented in 0.9.28.
|
||||||
|
|
||||||
|
|
||||||
Motivation
|
Motivation
|
||||||
@@ -60,12 +61,6 @@ Migration
|
|||||||
Routers that don't support this will ignore the new XML section.
|
Routers that don't support this will ignore the new XML section.
|
||||||
|
|
||||||
|
|
||||||
Scheduled For
|
|
||||||
=============
|
|
||||||
|
|
||||||
0.9.28
|
|
||||||
|
|
||||||
|
|
||||||
See Also
|
See Also
|
||||||
========
|
========
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user