mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Slightly improve the nsedoc for a couple libraries
This commit is contained in:
parent
d2462fa413
commit
726022d23f
2 changed files with 5 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
--- Bittorrent and DHT protocol library which enables the users to read
|
||||
-- information from a torrent file, decode bencoded (bittorrent encoded)
|
||||
-- buffers, get peers associated with a certain torrent and nodes acquired
|
||||
-- during the search for peers.
|
||||
--- Bittorrent and DHT protocol library which enables users to read
|
||||
-- information from a torrent file, decode bencoded (bittorrent
|
||||
-- encoded) buffers, find peers associated with a certain torrent and
|
||||
-- retrieve nodes discovered during the search for peers.
|
||||
--
|
||||
-- For more information on the Bittorrent and DHT protocol go to:
|
||||
-- http://www.bittorrent.org/beps/bep_0000.html
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
-- A minimal CVS pserver protocol implementation support authentication only
|
||||
-- for the time being.
|
||||
-- A minimal CVS (Concurrent Versions System) pserver protocol implementation which currently only supports authentication.
|
||||
--
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
-- @copyright Same as Nmap--See http://nmap.org/book/man-legal.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue