Fix note in listen_interfaces docs

Apparently rst2html doesn't appreciate tabs. Also make the note a proper rst
directive, I think this was the intention.
This commit is contained in:
Steven Siloti 2016-02-11 20:29:07 -08:00
parent 828e79472d
commit 7d5a3bf4ee
1 changed files with 4 additions and 4 deletions

View File

@ -178,10 +178,10 @@ namespace libtorrent
// to allow accepting uTP connections as well as TCP. If using the DHT,
// this will also make the DHT use the same UDP ports.
//
// Note::
// The current support for opening arbitrary UDP sockets is limited.
// In this version of libtorrent, there will only ever be two UDP
// sockets, one for IPv4 and one for IPv6.
// .. note::
// The current support for opening arbitrary UDP sockets is limited.
// In this version of libtorrent, there will only ever be two UDP
// sockets, one for IPv4 and one for IPv6.
listen_interfaces,
// when using a poxy, this is the hostname where the proxy is running