Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 389 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 389 Bytes

ipcopter

IPC Optimization Research Implementation

Contents:

  • ipcd/
    • Trusted central manager daemon.
  • libipc/
    • Shared library linked into applications (LD_PRELOAD)
    • Hooks network functionality and coordinates with ipcd to optimize communication
  • docker/
    • Scripts for building and injecting ipcopter into a testing container.
    • See README for more information.