diff options
Diffstat (limited to 'TCPProber.hs')
-rw-r--r-- | TCPProber.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TCPProber.hs b/TCPProber.hs index 8059fea7..db6d0217 100644 --- a/TCPProber.hs +++ b/TCPProber.hs | |||
@@ -167,4 +167,6 @@ nodeSearch prober tcp = Search | |||
167 | { searchSpace = TCP.tcpSpace | 167 | { searchSpace = TCP.tcpSpace |
168 | , searchNodeAddress = TCP.nodeIP &&& TCP.tcpPort | 168 | , searchNodeAddress = TCP.nodeIP &&& TCP.tcpPort |
169 | , searchQuery = getNodes prober tcp | 169 | , searchQuery = getNodes prober tcp |
170 | , searchAlpha = 8 | ||
171 | , searchK = 16 | ||
170 | } | 172 | } |