Better kernel support
Posted Jul 13, 2010 8:40 UTC (Tue) by
smurf (subscriber, #17840)
In reply to:
Better kernel support by nas
Parent article:
The road forward for systemd
Perhaps a user space program could register its interest in a certain events (e.g. connection to a certain port) and take appropriate actions (e.g. start a daemon).
That's exactly what systemd does right now.
The kernel doesn't provide a mechanism to queue TCP SYN packets until the corresponding port gets opened. I don't think there should be. Either some process is listening on a port (you send a SYN+ACK back), or not (you send a REJ back).
(
Log in to post comments)