This commit is contained in:
zzz
2013-06-01 16:59:06 +00:00
parent e72a763019
commit 7fc2cd9cde

View File

@ -222,7 +222,10 @@ public interface I2PSession {
public Destination lookupDest(Hash h, long maxWait) throws I2PSessionException;
/**
* Pass updated options to the router.
* Does not remove properties previously present but missing from this options parameter.
* Fails silently if session is not connected.
*
* @param options non-null
* @since 0.8.4
*/