Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MickaelBergem/dnsstresss
/ functions
Functions
10 in github.com/MickaelBergem/dnsstresss
⨍
Functions
10
◇
Types & classes
1
↓ 3 callers
Function
ParseIPPort
ParseIPPort returns a valid string that can be passed to net.Dial, containing both the IP address and the port number.
utils.go:9
↓ 3 callers
Function
dnsExchange
(resolver string, message *dns.Msg)
dnsstresss.go:186
↓ 2 callers
Function
round
(val float64)
stats.go:10
↓ 1 callers
Function
displayStats
(channel chan statsMessage)
stats.go:26
↓ 1 callers
Function
linearResolver
(threadID int, domain string, sentCounterCh chan<- statsMessage)
dnsstresss.go:125
↓ 1 callers
Function
testRequest
(domain string)
dnsstresss.go:112
↓ 1 callers
Function
timerStats
(channel chan<- statsMessage)
stats.go:96
Function
TestParseIPPort
(t *testing.T)
utils_test.go:5
Function
init
()
dnsstresss.go:28
Function
main
()
dnsstresss.go:45