>I think that fact that you still see the problem "hours later" indicates that >some internal device doesnt have a process to "revisit" the queue once you've >filled it. You can do the same thing fairly easily with a trafic generator >that uses raw sockets....check the ifp->if_snd.ifq_len for the device you are >sending on
Well turns out my problem was two-fold. I'm indeed running out of ifp->if_snd on my xl0 interface, but I was also running out of space on my vmnet1 interface, but since I don't always run vmware it wasn't being emptied. Guess mount_smbfs needs a little patch.. I'll work on that =) Doc To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message