Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-14 | resolved: use one UDP socket per transaction | Tom Gundersen | |
We used to have one global socket, use one per transaction instead. This has the side-effect of giving us a random UDP port per transaction, and hence increasing the entropy and making cache poisoining significantly harder to achieve. We still reuse the same port number for packets belonging to the same transaction (resent packets). | |||
2015-07-14 | resolved: pin the server used in a transaction | Tom Gundersen | |
We want to discover information about the server and use that in when crafting packets to be resent. | |||
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen | |
This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use. | |||
2014-08-05 | resolved: add 100ms initial jitter to all LLMNR requests | Lennart Poettering | |
2014-07-31 | resolved: implement LLMNR uniqueness verification | Lennart Poettering | |