command
Version:
v1.7.3
Opens a new window with list of versions in this module.
Published: Nov 3, 2019
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
ping-pong
ping-pong is a sctp example that shows how you can send/recv messages.
In this example, there are 2 types of peers: ping and pong.
Ping will always send ping <seq_number>
messages to pong and receive pong <seq_number>
messages from pong.
Pong will always receive ping <seq_number>
from ping and send pong <seq_number>
messages to ping.
Instruction
Build ping and pong
make
Run pong
./pong
Run ping
./ping
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.