mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-22 15:49:53 +01:00
Fixed a typo.
This commit is contained in:
@@ -15,9 +15,9 @@ import net.sf.briar.util.ByteUtils;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* A ConnectionWriter that uses padding to hinder traffic analysis. A full-size
|
* A ConnectionWriter that uses padding to hinder traffic analysis. A full-size
|
||||||
* frame is written each time the writeFrame() method is called, with padding
|
* frame is written each time the writeFullFrame() method is called, with
|
||||||
* inserted if necessary. Calls to the writer's write() methods will block
|
* padding inserted if necessary. Calls to the writer's write() methods will
|
||||||
* until there is space to buffer the data.
|
* block until there is space to buffer the data.
|
||||||
*/
|
*/
|
||||||
class PaddedConnectionWriter extends FilterOutputStream
|
class PaddedConnectionWriter extends FilterOutputStream
|
||||||
implements ConnectionWriter {
|
implements ConnectionWriter {
|
||||||
|
|||||||
Reference in New Issue
Block a user