You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be able to survive crashes we need to read whole packets into a persistent buffer, which is tricky given that the ring is too small to accommodate a whole packet.
To achieve this we seem to have created a not-very-good circular buffer implementation which is supposed to be layered on top of the quite-decent implementation in shared-memory-ring. Perhaps we should generalise shared-memory-ring to be able to create larger ring buffers.
The text was updated successfully, but these errors were encountered:
euanh
pushed a commit
to xapi-project/ocaml-xenstore
that referenced
this issue
Feb 15, 2016
To be able to survive crashes we need to read whole packets into a persistent buffer, which is tricky given that the ring is too small to accommodate a whole packet.
To achieve this we seem to have created a not-very-good circular buffer implementation which is supposed to be layered on top of the quite-decent implementation in shared-memory-ring. Perhaps we should generalise shared-memory-ring to be able to create larger ring buffers.
The text was updated successfully, but these errors were encountered: