mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 12:49:55 +01:00
Renamed BdfReader methods, added convenience methods.
This commit is contained in:
@@ -202,7 +202,7 @@ abstract class Connector extends Thread {
|
||||
}
|
||||
|
||||
protected long receiveTimestamp(BdfReader r) throws IOException {
|
||||
long timestamp = r.readInteger();
|
||||
long timestamp = r.readLong();
|
||||
if (timestamp < 0) throw new FormatException();
|
||||
if (LOG.isLoggable(INFO)) LOG.info(pluginName + " received timestamp");
|
||||
return timestamp;
|
||||
|
||||
Reference in New Issue
Block a user