| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-19 | Refactor recv code into a function. | Sunil Nimmagadda | |
| While here, check for TTL value to be 255. | |||
| 2025-06-19 | Read a vrrpv2 packet from the network. | Sunil Nimmagadda | |
| 2025-05-04 | Stick to standard error handling. | Sunil Nimmagadda | |
| Avoid std::process::exit. Let the buffer be long enough. | |||
| 2025-04-27 | Test receiveing a vrrp2 packet. | Sunil Nimmagadda | |
| 2025-04-27 | Move statemachine code to a dedicated mod. | Sunil Nimmagadda | |
| 2024-12-12 | Join VRRP multicast group. | Sunil Nimmagadda | |
| 2024-11-26 | Skeletal state machine, wip. | Sunil Nimmagadda | |
| 2024-11-19 | Restart from scratch. | Sunil Nimmagadda | |
| 2023-01-01 | A skeletal state machine, wip. | Sunil Nimmagadda | |
| 2022-12-07 | Idiomatic imports with use. | Sunil Nimmagadda | |
| This is not C and the line limit is 100 by default. Adjusting whitespace-line-column in emacs and let rustfmt handle wrapping long lines. | |||
| 2022-11-28 | Use expect here too. | Sunil Nimmagadda | |
| 2022-11-28 | Shorten line length. | Sunil Nimmagadda | |
| 2022-11-28 | Backed out changeset 50156c8f38b0 | Sunil Nimmagadda | |
| 2022-11-28 | Move main.rs to bin. | Sunil Nimmagadda | |
| 2022-11-28 | expect instead of unwrap. | Sunil Nimmagadda | |
| 2022-11-28 | Let's begin. | Sunil Nimmagadda | |
| A skeletal async structure that provides two distinct timers and a signal handler using tokio. | |||
