Resending examples
To stop the thread namedtest1
in the
running engine process testsite:
hcicmd -p testsite -c "test1 pstop"
To resend an outbound data message to the same thread in the same process:
- Data message is named
/tmp/resend_test1
. - Priority is 5120. This is the default.
- File is
nl
. This is newline terminated.
For example:
hcicmd -p testsite -c "test1 resend ob data 5120/tmp/resend nl"
To see a list of active client connection IDs on the tcp_multi_server
connection:
hcicmd -p multi -c "tcp_multi_server client_list"