Skip to content

Commit 95e2d3b

Browse files
committed
Extended Javadoc
1 parent a252897 commit 95e2d3b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

TLS-Server-Scanner/src/main/java/de/rub/nds/tlsscanner/serverscanner/probe/ConnectionClosingProbe.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@
3333
import de.rub.nds.tlsscanner.serverscanner.report.ServerReport;
3434
import de.rub.nds.tlsscanner.serverscanner.selector.ConfigSelector;
3535
import java.io.IOException;
36-
import java.util.Arrays;
37-
import java.util.LinkedList;
38-
import java.util.List;
3936

4037
/**
41-
* Determines when the server closes the connection. It's meant for tests in the lab so we limit the probe.
38+
* Determines when the server closes the connection. It's meant for tests in the lab so we limit the probe. Note that
39+
* NO_RESULT may indicate that we couldn't identify a closing delta, i.e the server didn't close the connection within
40+
* our limit or the probe could not be executed.
4241
*/
4342
public class ConnectionClosingProbe extends TlsServerProbe<ConfigSelector, ServerReport, ConnectionClosingResult> {
4443

0 commit comments

Comments
 (0)