logging, javadoc

This commit is contained in:
jrandom
2004-05-07 01:45:12 +00:00
committed by zzz
parent a82b951aff
commit 766c12242e
3 changed files with 14 additions and 9 deletions

View File

@ -38,7 +38,8 @@ class I2PServerSocketImpl implements I2PServerSocket {
/**
* Waits for the next socket connecting. If a remote user tried to make a
* connection and the local application wasn't .accept()ing new connections,
* they should get refused (if .accept() doesnt occur in some small period)
* they should get refused (if .accept() doesnt occur in some small period -
* currently 5 seconds)
*
* @return a connected I2PSocket
*