summaryrefslogtreecommitdiff
path: root/src/main/java/com/it_jaros/networkScanner/PortRange.java
Commit message (Collapse)AuthorAge
* Renamed packageGravatar Matthias Jaros2026-07-09
|
* - Removed synchronized on PortRange class, because only called from oneGravatar Matthias Jaros2026-07-09
| | | | | | | thread only. - Added max virtual thread worker cap to reduce memory consumption if required. Therefore also moved progress update into virtual thread, otherwise progress just gets updated at the end of a target host scan.
* Changed result Queue to BitSet, which is more memory efficientGravatar Matthias Jaros2026-07-09
|
* Added checks to prevent illegal port numbersGravatar Matthias Jaros2026-07-09
|
* Changed names and removed unused variablesGravatar Matthias Jaros2026-07-09
|
* Added PortRange class that generates ports to scanGravatar Matthias Jaros2026-07-09