From 43e293f1eba8d4fcd86f0ff074d549b94ccc3d50 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Fri, 15 Apr 2016 14:24:51 -0500 Subject: [PATCH 1/2] fixed directory name. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit src/test doesn’t exist. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 766d1d0e..932f3801 100644 --- a/INSTALL +++ b/INSTALL @@ -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: From 58214525ed38227799f0b538ca18efb5a651f03c Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Fri, 15 Apr 2016 15:11:41 -0500 Subject: [PATCH 2/2] corrected a typo - synchromization. --- src/plugins/ctp/sm/design.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/ctp/sm/design.txt b/src/plugins/ctp/sm/design.txt index d8487a06..8e0a8a10 100644 --- a/src/plugins/ctp/sm/design.txt +++ b/src/plugins/ctp/sm/design.txt @@ -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