• Sage Weil's avatar
    ceph: messenger library · 31b8006e
    Sage Weil authored
    A generic message passing library is used to communicate with all
    other components in the Ceph file system.  The messenger library
    provides ordered, reliable delivery of messages between two nodes in
    the system.
    
    This implementation is based on TCP.
    Signed-off-by: default avatarSage Weil <sage@newdream.net>
    31b8006e
messenger.c 51.2 KB