Peer A:
wait 500;sendMessage FILLER_FILENAME sn/file 1;wait 500;connectTCP FILLER_IP 4444;release SC;lsMessages 2;lsMessages 1;exit;
Peer B:
openTCP 4444;block SC;wait 500;lsMessages 2;lsMessages 1;exit;
The universal channel does not exist before the message was sent. The index 1 had to be included, otherwise the messages appear in the block_release channel.
Peer A:
wait 500;sendMessage FILLER_FILENAME sn/file 1;wait 500;connectTCP FILLER_IP 4444;release SC;lsMessages 2;lsMessages 1;exit;
Peer B:
openTCP 4444;block SC;wait 500;lsMessages 2;lsMessages 1;exit;
The universal channel does not exist before the message was sent. The index 1 had to be included, otherwise the messages appear in the block_release channel.