• S
    ceph: messenger library · 31b8006e
    Sage Weil 提交于
    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: NSage Weil <sage@newdream.net>
    31b8006e
messenger.c 51.2 KB