diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-22 18:54:24 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-22 18:54:24 +0200 |
commit | 60569b2b6c59f88be7082fc4011b7fbe242023be (patch) | |
tree | fce5ad0f930d9082c9fc1ba29da9e1d71e400a7a | |
parent | Fix typo (diff) | |
download | sbus-60569b2b6c59f88be7082fc4011b7fbe242023be.tar.gz sbus-60569b2b6c59f88be7082fc4011b7fbe242023be.tar.bz2 sbus-60569b2b6c59f88be7082fc4011b7fbe242023be.tar.xz |
Fix readme
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ sbus is simple message bus based on unix domain, sequenced-packet sockets. Features: Support for multi-user buses. - No support state-keeping in clients. + No state-keeping required in clients. Supports all send(2)/recv(2) flags. Almost full setsockopt(2)/getsockopt(2)/fcntl(2)/ioctl(2) support: No send-time timestamps |