Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: problem with UNIX Domain sockets

by gmargo (Hermit)
on Dec 19, 2009 at 10:04 UTC ( [id://813503]=note: print w/replies, xml ) Need Help??


in reply to problem with UNIX Domain sockets

For streams, use SOCK_STREAM and accept(). (See TCP server in Cookbook.)

For datagrams, use SOCK_DGRAM and recv(). (See UDP server in Cookbook.)

You are mixing SOCK_DGRAM and accept().

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://813503]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-03-28 17:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found