# Functions
NewFancyTLSListener creates a new FancyTLSListener.
NewSTARTTLSListener creates a new STARTTLS listener.
# Structs
BufferedUnixConn is a UnixConn wrapped in a Bufio Reader.
FancyTLSListener is a variation of the standard tls.Listener that supports atomically swapping the underlying TLS configuration and proxy protocol wrapping.
StarttlsListener is a variation of the standard tls.Listener that supports atomically swapping the underlying TLS configuration.