MCPcopy Create free account
hub / github.com/Ramos-dev/OSSTunnel / main

Method main

client/src/test/java/A.java:10–19  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

8 static int port = 1;
9
10 public static void main(String[] args) {
11
12 for (int i = 1; i < 65534; i++) {
13 new A.AcceptThread().start();
14
15 port++;
16 }
17
18
19 }
20
21 static class AcceptThread extends Thread {
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected