commit | 31b8006e1d79e127a776c9414e3e0b5f9508047e | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Tue Oct 06 11:31:13 2009 -0700 |
committer | Sage Weil <sage@newdream.net> | Tue Oct 06 11:31:13 2009 -0700 |
tree | 9c56f678f8dce4e25690461b078409d657731f77 | |
parent | 963b61eb041e8850807d95f8d7a4c6a454c45000 [diff] |
ceph: messenger library 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: Sage Weil <sage@newdream.net>