package
5.0.0+incompatible
Repository: https://github.com/qwenode/tailscale.git
Documentation: pkg.go.dev
# Functions
Generate generates a new packet with the given Header and payload.
No description provided by the author
ICMPEchoPayload generates a new random ID/Sequence pair, and returns a uint32 derived from them, along with the id, sequence and given payload in a buffer.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RejectedDueToACLs means that the host rejected the connection due to ACLs.
RejectedDueToHostFirewall means that the target host's firewall is blocking the traffic.
RejectedDueToIPForwarding means that the relay node's IP forwarding is disabled.
RejectedDueToShieldsUp means that the host rejected the connection due to shields being up.
TailscaleRejectReasonNone is the TailscaleRejectReason zero value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TSMPTypePing is the type byte for a TailscalePingRequest.
TSMPTypePong is the type byte for a TailscalePongResponse.
TSMPTypeRejectedConn is the type byte for a TailscaleRejectedHeader.
# Structs
ICMP4Header is an IPv4+ICMPv4 header.
ICMP6Header is an IPv4+ICMPv4 header.
IP4Header represents an IPv4 packet header.
IP6Header represents an IPv6 packet header.
Parsed is a minimal decoding of a packet suitable for use in filters.
TailscaleRejectedHeader is a TSMP message that says that one Tailscale node has rejected the connection from another.
TSMPPingRequest is a TSMP message that's like an ICMP ping request.
No description provided by the author
UDP4Header is an IPv4+UDP header.
UDP6Header is an IPv6+UDP header.
# Interfaces
Header is a packet header capable of marshaling itself into a byte buffer.
HeaderChecksummer is implemented by Header implementations that need to do a checksum over their paylods.
# Type aliases
ICMP4Code is an ICMPv4 code, as specified in https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml.
ICMP4Type is an ICMPv4 type, as specified in https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml.
ICMP6Code is an ICMPv6 code, as specified in https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml.
ICMP6Type is an ICMPv6 type, as specified in https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml.
No description provided by the author
No description provided by the author
No description provided by the author