On Thu, 13 Jun 2002, [ISO-8859-15] Tassilo Schütz wrote: > Hello list, > > > I would like to know, if I have to do anything else, before quit my > userprocess? Is there > maybe a flush_queue() call or term_queue() call? I thought about, > because of Queue flushing > and Queue terminate in /proc/net/ip_queue.
Nothing to worry about, there is currentl no way for the ip_queue module to know that the user process has exited (unless another process starts using the queue). The kernel module also ensures that all packets are fed back into the stack, no matter what the userspace application does. - James -- James Morris <[EMAIL PROTECTED]>