Skip to content

Commit

Permalink
docs: improve examples for ipcshm
Browse files Browse the repository at this point in the history
  • Loading branch information
xorvoid authored Feb 14, 2024
1 parent d605072 commit cbc5a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/transports.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ be used to *summon* the transport:
<tr>
<td> Inter-process via Shared Memory (IPCSHM) </td>
<td><code> ipcshm://&lt;shm-region-name&gt;?mtu=&lt;mtu&gt;&amp;depth=&lt;depth&gt; </code></td>
<td><code> zcm_create("ipcshm"), zcm_create("ipcshm://myregion") </code></td>
<td><code> zcm_create("ipcshm"), zcm_create("ipcshm://myregion?mtu=100000&depth=128") </code></td>
</tr>
</table>

Expand Down

0 comments on commit cbc5a4e

Please sign in to comment.