6 ms·
Different processes can listen on the same port number for TCP and UDP and IPv4 and IPv6. How does it differentiate between those?
by 3ds 3y ago
Different processes can listen on the same port number for TCP and UDP and IPv4 and IPv6. How does it differentiate between those?
- andylynch 3y agoLooking at https://github.com/jkfran/killport/blob/3a43d037c08ab3aec730dbb66cb6642b873296b2/src/linux.rs#L40 https://github.com/jkfran/killport/blob/3a43d037c08ab3aec730... , it will match on all four.