Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
At the moment the only multi-byte field is the MTU; it is kept in little endian
to provide backwards compatiblity. Future fields will be big endian.
|
|
|
|
|
|
|
|
|
|
Extensions for arbitrary-length integers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This tries to get the structure a bit smaller and improve cache locality.
|
|
|
|
|
|
|
|
|
|
|
|
I wrote it myself, so it's better if the copyright notice matches the rest of
fastd.
|
|
init script
|
|
|
|
the syntax
|
|
|
|
|
|
|
|
|
|
buckets
This allows us to start with a much smaller hashtable and scale much higher.
|
|
addresses...)
|
|
|
|
|
|
|
|
|
|
|
|
It will be replaced by a nicer version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We don't really want to support it, and it's slower than GHASH...
This reverts commit 9bf498263765328011ee105e5e7b3e1cc1b2bc3f.
|
|
|
|
This adds experimental support for <cipher>+hmac-sha1 methods. It currently
depends on OpenSSL and is not yet ready for production use.
|