https://github.com/mikej81/http-keepalive
https://github.com/mikej81/http-keepalive
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikej81/http-keepalive
- Owner: Mikej81
- License: apache-2.0
- Created: 2024-02-09T21:08:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T21:28:40.000Z (over 1 year ago)
- Last Synced: 2024-05-22T21:45:17.407Z (over 1 year ago)
- Language: Go
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Domain Keep-Alive Analyzer
Tool to scan a website and detect details about keep alive and timeouts. Includes DNS resolution and TCP Flags.
"SYN": "Synchronize: Used to establish a connection by synchronizing sequence numbers.",
"ACK": "Acknowledgment: Used to acknowledge the receipt of a packet.",
"FIN": "Finish: Indicates the end of data transmission.",
"RST": "Reset: Resets the connection.",
"PSH": "Push: Pushes data to the receiving application immediately.",
"URG": "Urgent: Indicates that the data is urgent and should be processed immediately.",
"ECE": "Explicit Congestion Notification Echo: Indicates network congestion.",
"CWR": "Congestion Window Reduced: Acknowledges the receipt of an ECE flag.",