forked from I2P_Developers/i2p.i2p
SAM version 3 :
- Raw and Datagram sessions implemented
- option "SILENT=true" added to the stream protocol
- java 6 warnings removed
ministreaming :
- java 6 warnings removed
ministreaming and streaming :
- added functions :
I2PServerSocket.waitIncoming(long timeout)
I2PServerSocket.accept(boolean block)
This commit is contained in:
24
apps/sam/Demos/streamTests/README.txt
Normal file
24
apps/sam/Demos/streamTests/README.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
# test example
|
||||
|
||||
#in a first terminal, launch :
|
||||
./samIn.py inTest
|
||||
|
||||
#in a second terminal, launch :
|
||||
./samOut.py
|
||||
|
||||
#and again
|
||||
./samOut.py
|
||||
|
||||
##########
|
||||
|
||||
# test example n°2
|
||||
|
||||
#in a first terminal, launch :
|
||||
./samForward.py inTest
|
||||
|
||||
#in a second terminal, launch :
|
||||
./server.py
|
||||
|
||||
#in a third terminal, launch :
|
||||
./samOut.py
|
||||
|
||||
Reference in New Issue
Block a user