comments and logging

This commit is contained in:
Brenton Bostick
2023-02-02 14:52:39 -05:00
parent 914b4fae7b
commit fbd834716f
7 changed files with 48 additions and 22 deletions

View File

@@ -166,6 +166,7 @@ public class Node {
* Process a packet received from the physical wire
*
* @param now Current clock in milliseconds
* @param localSocket Local socket or -1
* @param remoteAddress Origin of packet
* @param packetData Packet data
* @param nextBackgroundTaskDeadline Value/result: set to deadline for next call to processBackgroundTasks()