~smaioli/azureus/ubuntu.intrepid

« back to all changes in this revision

Viewing changes to org/gudy/azureus2/core3/ipchecker/natchecker/NatChecker.java

  • Committer: Stefano Maioli
  • Date: 2008-11-23 17:08:39 UTC
  • Revision ID: maio@naoweb.it-20081123170839-50d8lgkq858069ty
Changed reserved port range.
Disabled autoupdater.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
  {     
71
71
    String check = "azureus_rand_" + String.valueOf( (int)(Math.random() * 100000) );
72
72
    
73
 
    if ( port < 0 || port >= 49152 ){
 
73
    if ( port < 0 || port >= 65001 ){
74
74
        
75
75
        result = NAT_UNABLE;
76
76