Hi I have written a syscall that creates a packet in kernel-space, timestamps it, and then sends it via ip_output
If the user-space application uses this system call faster than the packets can be sent, ip_output will return ENOBUFS. Is there a mechanism to tell when ip_output should be called again? Ideally, I would block until such time as i could send it via ip_output (please CC: me on any responses) Matthew Luckie [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message