Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Found 1 CCI devices:

It is possible to run a simple pingpong to test the installation:

cd src/test
cd src/tests
make pingpong

Launch the server side of the pingpong:
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/ctp/sm/design.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ the client-assigned server ID and the server-assigned client ID.
The sm transport uses a per-connection, mmapped ring buffer for headers and a
separate payload buffer. The mmap ring has lower latency than UDS datagram
sockets or a FIFO. The ring uses compare-and-swap to provide lock-free
synchromization that can support multiple threads. By default, the sm transport
synchronization that can support multiple threads. By default, the sm transport
polls the connection ring buffers looking for new headers. The endpoint's FIFO
is used for keepalive messages (to detect closed peers) and to wake a peer that
has requested wakeup notifications. The 4-byte FIFO headers will include the
Expand Down