forked from I2P_Developers/i2p.i2p
javadoc fixes
This commit is contained in:
@ -14,7 +14,6 @@ import net.i2p.data.Destination;
|
|||||||
public class UDPSink implements Sink {
|
public class UDPSink implements Sink {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param src ignored
|
|
||||||
* @throws IllegalArgumentException on DatagramSocket IOException
|
* @throws IllegalArgumentException on DatagramSocket IOException
|
||||||
*/
|
*/
|
||||||
public UDPSink(InetAddress host, int port) {
|
public UDPSink(InetAddress host, int port) {
|
||||||
|
@ -41,7 +41,7 @@ import net.i2p.util.SecureFileOutputStream;
|
|||||||
* - Certificate if length != 0
|
* - Certificate if length != 0
|
||||||
* - Private key (256 bytes)
|
* - Private key (256 bytes)
|
||||||
* - Signing Private key (20 bytes, or length specified by key certificate)
|
* - Signing Private key (20 bytes, or length specified by key certificate)
|
||||||
* Total 663 bytes
|
* Total: 663 or more bytes
|
||||||
*</pre>
|
*</pre>
|
||||||
*
|
*
|
||||||
* @author welterde, zzz
|
* @author welterde, zzz
|
||||||
|
Reference in New Issue
Block a user