mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-06 00:17:35 +00:00
983cc334a8
- Updated README to accomodate for changes - Updated footer and roadmap for multi-lingual readiness - Updated yml files for an 'untranslated' string - Added an 'untranslated' snippet to all untranslated files - Added a 'template' language for new languages to be made easily - Added link to Monerujo site to Downloads page - CSS updates
1.3 KiB
1.3 KiB
layout | entry | tags | terms | summary | ||
---|---|---|---|---|---|---|
moneropedia | NTCP |
|
|
NIO-Based TCP (Non-blocking I/O based TCP): one of two Kovri transports |
The Basics
NIO-Based TCP (Non-blocking I/O based TCP) is one of two encrypted @transports for @Kovri.
Similar to @SSU, @NTCP's primary purpose is to securely transmit @in-net @I2NP messages through @tunnels but, unlike @SSU, @NTCP functions solely over encrypted TCP.
In-depth information
- Passes along individual @I2NP messages (both Standard and Time Sync) after:
- TCP has been established
- Establishment Sequence has been completed
- Uses the following @encryption:
- 2048-bit Diffie-Hellman
- AES-256/CBC
- Establishment Sequence has the following states:
- Pre-establishment
- Establishment
- Post-establishment or "Established"
- Uses the following from the @network-database:
- Transport name: NTCP
- Host: IP (IPv4 or IPv6) or host name (shortened IPv6 address (with "::") is allowed)
- Port: 1024 - 65535
Notes
For further details, read @Java-I2P's NTCP