public Connection(NormalNode neighbor, SpecialConnection settings = null) { this.neighbor = neighbor; this.settings = settings; }