Misc. Javadoc fixes

This commit is contained in:
zzz
2020-06-10 15:28:22 +00:00
parent 670e57b9e5
commit 6ec95a7f13
6 changed files with 4 additions and 7 deletions

View File

@@ -391,7 +391,7 @@ class Packet {
/**
* What is the largest payload the sender of this packet wants to receive?
*
* @return Maximum payload size sender can receive (MRU)
* @return Maximum payload size sender can receive (MRU) or zero if unset
*/
public int getOptionalMaxSize() { return _optionMaxSize; }