K 10 svn:author V 7 glebius K 8 svn:date V 27 2006-01-12T22:48:12.000000Z K 7 svn:log V 267 When sending export datagram from interrupt thread, use NG_QUEUE in flags. When sending export datagram from expiry thread, then use default zero flags. This removes unpleasant contention of the interrupt thread on mutexes (usually ng_ksocket's socket buffer mutex). END