[Issue 3489] Address family not supported by protocol family on freebsd

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Nov 8 20:46:09 PST 2009


http://d.puremagic.com/issues/show_bug.cgi?id=3489



--- Comment #3 from changlon <changlon at gmail.com> 2009-11-08 20:46:08 PST ---
the follow code can raise the same error :
import  std.socket;
void main(){
        auto sock       = new TcpSocket(new InternetAddress("127.0.0.1", 80));
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list