Existing mechanism of userspace notifications (by erroring out pending read requests) is not flexible enough to be used by multipeer. For instance, we need to pass:
peer-id
event type - peer deleted, key rotate, peer floated etc
For that, add a new IOCTL, which client will send and then will expect response via, for example, overlapped IO.
Existing mechanism of userspace notifications (by erroring out pending read requests) is not flexible enough to be used by multipeer. For instance, we need to pass:
For that, add a new IOCTL, which client will send and then will expect response via, for example, overlapped IO.