Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ MT-multithreading and servers » UDP sockets?
Re: UDP sockets? [message #23767 is a reply to message #23761] Fri, 20 November 2009 10:42 Go to previous messageGo to previous message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

Mindtraveller wrote on Thu, 19 November 2009 19:55

Please show how you create UDP socket in U++.

bonami wrote on Fri, 20 November 2009 04:41

socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP);



There is no such socket constructor in U++. We have only
	Socket() {}
	Socket(One<Data> data) : data(data) {}

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: request: Socket working example
Next Topic: MT.cpp __thread sMain related CRASH in VB6 project
Goto Forum:
  


Current Time: Sun Jul 06 15:43:54 CEST 2025

Total time taken to generate the page: 0.04771 seconds