79521552

Date: 2025-03-19 23:00:06
Score: 1
Natty:
Report link

The trick is VRRP (112) is the protocol, it is not UDP, so raw sockets have to be used.

// VRRP is the protocol, not UDP.
int sockfd = socket(AF_INET, SOCK_RAW, VRRP_PORT);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Matthew