summary refs log tree commit diff
path: root/sshd_config
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-16 13:25:31 -0400
committerJune McEnroe <june@causal.agency>2018-09-16 13:25:31 -0400
commit75203b2e54ac16e6afd9e1293f0d53194e9f6260 (patch)
treef7a6f5008b70f5693d75110090d96db5b0d07f34 /sshd_config
parentRace parallel connects (diff)
downloadcatgirl-75203b2e54ac16e6afd9e1293f0d53194e9f6260.tar.gz
catgirl-75203b2e54ac16e6afd9e1293f0d53194e9f6260.zip
Revert "Race parallel connects"
This reverts commit e3e2b36ecf6a1340f1dc2542233bafe0862447fa.

Apparently racing *all* of the connections is not something you should
do, and I can't be bothered with all the extra logic to do this
"correctly" according to RFC 8305. Provide an API, you cowards.

What I did want to do was give IPv6 any chance at all of being used, but
I'm just going to leave that up to the order getaddrinfo returns. It's
someone else's fault.
Diffstat (limited to 'sshd_config')
0 files changed, 0 insertions, 0 deletions
Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe 2020-02-11Cast towupper to wchar_tJune McEnroe 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe