Home
last modified time | relevance | path

Searched defs:packetQueueState (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dnet_fake.go405 type packetQueueState struct { struct
406 head, tail *packet // unqueued packets
407 nBytes int // number of bytes enqueued in the packet buffers starting from head
408 …erBytes int // soft limit on nbytes; no more packets may be enqueued when the limit is exceeded
409 readClosed bool // true if the reader of the queue has stopped reading
410 …iting; the reader sees either io.EOF or syscall.ECONNRESET when they have read all buffered packets
411 noLinger bool // if true, the reader sees ECONNRESET instead of EOF