Hi all, just a quick question; I'm trying to use a socket via UDP but it seems to be failing and no connection is made - are UDP sockets supported?
I took a quick dive into the source and noticed you use the standard socket() which of course supports UDP. The protocol parameter is set to 0 which, in my understanding, automatically selects the protocol to use although I'm not to sure as the socket type is SOCK_STREAM not SOCK_DGRAM. Am I doing something wrong or are they just not supported? Regards, Paul. -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
