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 » Extra libraries, Code snippets, applications etc. » OS Problems etc., Win32, POSIX, MacOS, FreeBSD, X11 etc » UDP - XP does not receive frames in recvfrom
Re: UDP - XP does not receive frames in recvfrom [message #33802 is a reply to message #33742] Wed, 14 September 2011 17:57 Go to previous message
arkady_c is currently offline  arkady_c
Messages: 14
Registered: December 2010
Location: Polska
Promising Member
int timeout=100;
time_out.tv_sec = timeout / 1000;
time_out.tv_usec = timeout % 1000 * 1000;

if(/*IsNull(timeout) || */ select(gniazdo + 1, &file_set, NULL, NULL, &time_out) > 0)

it seems that this is due to network card (10/100) - (10/100/1000).
probably will use the upp:: Socket. Smile
I do not know how to control the various systems. Socket can give advice. Cool
/*IsNull(timeout) || */ it helped.
Howk All!!


2a7aff6be3f76940495be32258777636
 
Read Message
Read Message
Read Message
Previous Topic: BUG: FreeBSD debugging
Next Topic: WordPress requires a pre-running website or blog?
Goto Forum:
  


Current Time: Tue Aug 26 05:34:27 CEST 2025

Total time taken to generate the page: 0.04514 seconds