[Issue 3489] Address family not supported by protocol family on	freebsd
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Nov  8 09:24:09 PST 2009
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=3489
--- Comment #1 from changlon <changlon at gmail.com> 2009-11-08 09:24:08 PST ---
import
        std.stdio,
        std.socket,
        std.socketstream,
        std.stream;
void main(){
        auto Socket sock = new TcpSocket(new InternetAddress("127.0.0.1", 80));
        Stream ss = new SocketStream(sock);
}
-- 
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