mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 00:20:42 +01:00
NTNet Relay upgrades
- NTNet Quantum Relays now have simple UI that allows users to manually toggle them on/off. - Implements simplified Denial of Service handling for relays. This will be used by next commit that will add antagonist software. - Relays can buffer and dissipate certain amount of DoS traffic. If this traffic exceeds certain level (configurable via varedit) the relay crashes temporarily. - Relays may be manually reset by using specific button in the UI - Relays are now buildable. They are relatively cheap (circuit board and some cables), but the board requires Data Theory 4 research.
This commit is contained in:
@@ -4,7 +4,7 @@ var/global/nttransfer_uid = 0
|
||||
filename = "nttransfer"
|
||||
filedesc = "NTNet P2P Transfer Client"
|
||||
program_icon_state = "generic"
|
||||
size = 1
|
||||
size = 5
|
||||
requires_ntnet = 1
|
||||
requires_ntnet_feature = NTNET_PEERTOPEER
|
||||
network_destination = "other device via P2P tunnel"
|
||||
|
||||
Reference in New Issue
Block a user