Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 226 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 226 Bytes

Description

  1. Client produces N packets 4Kb of size and stores each packet in local memory.
  2. Server read packets and add them to wal file, after sending ack.
  3. Client read ACK and delete the packet from local memory.