Show
Ignore:
Timestamp:
05/13/2008 05:29:22 PM (5 months ago)
Author:
dave
Message:

Fixing references. (again)

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

Legend:

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

    r11079 r11081  
    4343the BitTorrent implementation listens. 
    4444 
    45 The SRV resource record type is described in RFC 2782 [#RFC 2782]_.  Reverse DNS 
    46 lookups are described in RFC 1034 [#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 24]_ or from other peers using the *yourip* 
    64 extension defined for the *Extension Protocol* proposed in [#BEP 10]_. 
     63*external ip* key [#BEP-24]_ or from other peers using the *yourip* 
     64extension defined for the *Extension Protocol* proposed in [#BEP-10]_. 
    6565 
    6666 
     
    6868========== 
    6969 
    70 .. [#RFC 1034] RFC-1034.  DOMAIN NAMES - CONCEPTS AND FACILITIES. Mockapetris, 
     70.. [#RFC-1034] RFC-1034.  DOMAIN NAMES - CONCEPTS AND FACILITIES. Mockapetris, 
    7171   November 1987. http://tools.ietf.org/html/rfc1034 
    7272 
    73 .. [#RFC 2782] 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 
    7474   SRV). Gulbrandsen, Vixie, Esibov. February 2000.  
    7575   http://tools.ietf.org/html/rfc2782 
    7676 
    77 .. [#BEP 10] BEP_0010.  Extension Protocol. Norberg, Strigeus, Hazel 
     77.. [#BEP-10] BEP_0010.  Extension Protocol. Norberg, Strigeus, Hazel 
    7878   (http://www.bittorrent.org/beps/bep_0010) 
    7979 
    80 .. [#BEP 24] BEP_0024.  Tracker Returns External IP.  Harrison 
     80.. [#BEP-24] BEP_0024.  Tracker Returns External IP.  Harrison 
    8181   (http://www.bittorrent.org/beps/bep_0024) 
    8282 
  • dotorg/trunk/html/beps/bep_0023.rst

    r11079 r11081  
    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 [#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