ripatel-fd
ripatel-fd
map_dynamic with large keys, memoize==1, key_equal_is_slow==1 relies on speculative reads of the MAP_HASH, which can be uninitialized in some cases.
OpenSSH refuses to load private keys with too open permissions (e.g. world-readable). This forces operators to at least minimally protect their keys. We might want to do this in fd_keyload_load...
Ed25519 security breaks down when signing messages with a public key that doesn't match the private key. Loading certain key files can result in compromise of the private key. This...
- Ignore peer ACKs of our ACKs - Don't retransmit our ACKs if peer didn't ACK them - Replace fd_quic_ack_t linked list with a simpler ring buffer - Limit amount...
Reduces the size of fd_quic_conn_t by 2kB by removing the datagram payload buffer. This buffer does not outlive an fd_quic_conn_tx function call in the happy path. Only if there is...
Moving fd_quic linked list implementations to util/tmpl. - **util: fix typos in dlist** - **util: add fd_list singly linked list**
Code block at fd_quic.c:3124 is duplicated at :3081. Probably an incorrectly resolved merge conflict.