rds-tools 1.4.1-OFED-1.4.2-1ubuntu1 source package in Ubuntu
Changelog
rds-tools (1.4.1-OFED-1.4.2-1ubuntu1) trusty; urgency=medium * Enable building on all Linux architectures (LP: #1414818) -- Adam Conrad <email address hidden> Fri, 10 Jul 2015 09:26:49 -0600
Upload details
- Uploaded by:
- Adam Conrad
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- linux-any
- Section:
- net
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | updates | universe | net |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
rds-tools_1.4.1-OFED-1.4.2.orig.tar.gz | 81.4 KiB | cbc9701ce679858748241218709753fb291635f8f612426fe10d8db3c8b35323 |
rds-tools_1.4.1-OFED-1.4.2-1ubuntu1.diff.gz | 2.8 KiB | 4f1e2e6f70b257ab7dbc0a59dca9f387d075e1d73f185f825d61cdb8c2429342 |
rds-tools_1.4.1-OFED-1.4.2-1ubuntu1.dsc | 2.0 KiB | 7e1be6c9ee818fd85b06ffe97e2a262245ed4b288cafaec870ccbca9873c4e86 |
Available diffs
Binary packages built by this source
- rds-tools: Tools for the Infiniband RDS protocol
rds-tools is a collection of support tools for the
Reliable Datagram Socket (RDS) protocol.
.
RDS provides reliable, ordered datagram delivery by using a single
reliable connection between any two nodes in the cluster. This allows
applications to use a single socket to talk to any other process in the
cluster - so in a cluster with N processes you need N sockets, in contrast
to N*N if you use a connection-oriented socket transport like TCP.