Skip to content

Commit

Permalink
Log AbstractUdpListener's socket pool size.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLennox committed Oct 22, 2024
1 parent 07c3ee1 commit af99d83
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ protected AbstractUdpListener(TransportAddress localAddress)
{
logMessage += " (asked for " + receiveBufferSize + ")";
}
logMessage += "; socket pool size " + socketPool.getNumSockets();
logger.info(logMessage);

thread = new Thread(() ->
Expand Down

0 comments on commit af99d83

Please sign in to comment.