21fdee9 Increase bindreservport range to 512-1024 in corenetwork, from Dan Walsh.

Authored and Committed by Chris PeBenito 13 years ago
    Increase bindreservport range to 512-1024 in corenetwork, from Dan Walsh.
    
    We went back and reread the bindreservport code in glibc.
    
    Turns out the range or ports that this will reserve are 512-1024 rather
    then 600-1024.
    
    The code actually first tries to reserve a port from 600-1024 and if
    they are ALL reserved will try 512-599.
    
    So we need to change corenetwork to reflect this.
    
        
file modified
+1 -0