Show
Ignore:
Timestamp:
05/13/2008 05:24:18 PM (6 months ago)
Author:
dave
Message:

Fix references.

Location:
dotorg/trunk/html/beps
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • dotorg/trunk/html/beps/bep_0022.rst

    r11066 r11079  
    4343the BitTorrent implementation listens. 
    4444 
    45 The SRV resource record type is described in `RFC 2782`_.  Reverse DNS 
    46 lookups are described in `RFC 1034`_. 
     45The SRV resource record type is described in RFC 2782 [#RFC 2782]_.  Reverse DNS 
     46lookups are described in RFC 1034 [#RFC 1034]_. 
    4747 
    4848 
     
    6161IP address.  A BitTorrent client can obtain its host's public IP by 
    6262either querying the tracker and looking at the value to the returned 
    63 *external ip* key [#BEP-0024] or from other peers using the *yourip* 
    64 extension defined for the *Extension Protocol* proposed in [#BEP-0010]. 
    65  
     63*external ip* key [#BEP 24]_ or from other peers using the *yourip* 
     64extension defined for the *Extension Protocol* proposed in [#BEP 10]_. 
    6665 
    6766 
     
    6968========== 
    7069 
    71 .. _`RFC 1034`: RFC-1034. DOMAIN NAMES - CONCEPTS AND FACILITIES. Mockapetris, 
     70.. [#RFC 1034] RFC-1034. DOMAIN NAMES - CONCEPTS AND FACILITIES. Mockapetris, 
    7271   November 1987. http://tools.ietf.org/html/rfc1034 
    7372 
    74 .. _`RFC 2782`: A DNS RR for specifying the location of services (DNS 
     73.. [#RFC 2782] RFC-2782. A DNS RR for specifying the location of services (DNS 
    7574   SRV). Gulbrandsen, Vixie, Esibov. February 2000.  
    7675   http://tools.ietf.org/html/rfc2782 
    7776 
    78 .. [#BEP-10] BEP_0010.  Extension Protocol. Norberg, Strigeus, Hazel 
     77.. [#BEP 10] BEP_0010.  Extension Protocol. Norberg, Strigeus, Hazel 
    7978   (http://www.bittorrent.org/beps/bep_0010) 
    8079 
    81 .. [#BEP-24] BEP_0024.  Tracker Returns External IP.  Harrison 
     80.. [#BEP 24] BEP_0024.  Tracker Returns External IP.  Harrison 
    8281   (http://www.bittorrent.org/beps/bep_0024) 
    8382 
  • dotorg/trunk/html/beps/bep_0023.rst

    r11077 r11079  
    3030containing a domain name or an IP address, and an integer port number. 
    3131The *ip* is variable length, but since in its longest form it is a 
    32 domain name it cannot exceed 255 bytes (see `RFC 1034`_) plus 4 bytes 
     32domain name it cannot exceed 255 bytes [#RFC 1034]_ plus 4 bytes 
    3333bencoding overhead.  Bencoded integers are also variable length but 
    3434since it is a port number, it cannot be more than 7 bytes including 
     
    6060   (http://www.bittorrent.org/beps/bep_0003) 
    6161 
    62 .. _`RFC 1034`: RFC-1034. DOMAIN NAMES - CONCEPTS AND FACILITIES. Mockapetris, 
     62.. [#RFC 1034] RFC-1034. DOMAIN NAMES - CONCEPTS AND FACILITIES. Mockapetris, 
    6363   November 1987. http://tools.ietf.org/html/rfc1034 
    6464