Value |
Meaning |
nip2p_kStreamEventFIFOOverflow (0) |
Occurs when the writer tries to write data to the stream and the stream is full or in the Disabled state. |
nip2p_kStreamEventFIFOUnderflow (1) |
Occurs when the reader tries to read data from the stream and the stream is empty or in the Disabled state. |
nip2p_kStreamEventStreamEnabled (2) |
Occurs when the peer-to-peer host, reader, or writer enables a stream. |
nip2p_kStreamEventStreamDisabled (3) |
Occurs when the peer-to-peer host, reader, or writer disables a stream. |