id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1955,socket broken on Windows,fperrad,nwellnhof,"the following code fails on Windows

{{{
.include 'socket.pasm'

.sub 'main' :main
    .local pmc sock, addr
    sock = new 'Socket'
    sock.'socket'(.PIO_PF_INET, .PIO_SOCK_STREAM, .PIO_PROTO_TCP)
    addr = sock.'sockaddr'('www.parrot.org', 80)
    sock.'connect'(addr)
    say ""ok""
.end
}}}

with the output:

{{{
gethostbyname failure [www.parrot.org]
ok
}}}",bug,closed,normal,,core,2.11.0,high,fixed,,,,,win32
