mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-22 08:24:25 +01:00
even spicier change to rehandshake if we detect our cert is lower-version than our peer, and we have a newer-version cert available
This commit is contained in:
@@ -74,7 +74,8 @@ type HandshakeHostInfo struct {
|
||||
lastRemotes []netip.AddrPort // Remotes that we sent to during the previous attempt
|
||||
packetStore []*cachedPacket // A set of packets to be transmitted once the handshake completes
|
||||
|
||||
hostinfo *HostInfo
|
||||
hostinfo *HostInfo
|
||||
initiatingVersionOverride cert.Version
|
||||
}
|
||||
|
||||
func (hh *HandshakeHostInfo) cachePacket(l *logrus.Logger, t header.MessageType, st header.MessageSubType, packet []byte, f packetCallback, m *cachedPacketMetrics) {
|
||||
|
||||
Reference in New Issue
Block a user