### Problem: Many of s2n-tls's defaults are not actually recommended. We should document which ones we recommend. Perhaps as part of the rustdocs for config and connection creation? Although ideally we would just _make_ this the default. #### Config `s2n_config_new_minimal` instead of `s2n_config_new` `s2n_config_require_ticket_forward_secrecy` #### Connection `s2n_connection_set_recv_buffering`