Closed
Description
Consider this improvement:
"""
Test proper handling of keyboard interrupts (SIGINT).
This test:
1. Starts a multicast server with coverage tracking
2. Waits for server initialization
3. Sends a SIGINT signal to simulate Ctrl+C
4. Verifies that the server exits with the expected status code
Success criteria:
- Server must exit with status code 130 (standard SIGINT exit code)
- Server must not exit with status code 2 (invalid arguments)
"""
Originally posted by @reactive-firewall in #251 (comment)