B
B
BitNeBolt2020-11-12 20:04:22
Java
BitNeBolt, 2020-11-12 20:04:22

What is the socket backlog?

Reading documentation on HttpServer. Here. Stumbled upon the backlog constructor parameter .

What it is?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Roo, 2020-11-12
@BitNeBolt

This is the maximum number of queued incoming connections to allow on the listening socket. Queued TCP connections exceeding this limit may be rejected by the TCP implementation.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question