Click here to Skip to main content
15,924,367 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralTechnical help and Ideas on Videoconferencing Pin
hassanmurtaza21-May-03 10:49
hassanmurtaza21-May-03 10:49 
GeneralFile Sharing Pin
DougW4821-May-03 10:38
DougW4821-May-03 10:38 
GeneralRe: File Sharing Pin
valikac21-May-03 11:10
valikac21-May-03 11:10 
GeneralChanging background Pin
MemLeak21-May-03 9:48
MemLeak21-May-03 9:48 
GeneralRe: Changing background Pin
valikac21-May-03 11:18
valikac21-May-03 11:18 
Generalcpropertysheet as a child Pin
Niko Tanghe21-May-03 8:16
Niko Tanghe21-May-03 8:16 
GeneralRe: cpropertysheet as a child Pin
includeh1021-May-03 8:27
includeh1021-May-03 8:27 
GeneralWierd Winsock problem Pin
JohnnyG21-May-03 8:13
JohnnyG21-May-03 8:13 
I am creating a RFC-868 compliant time server. It must support TCP/IP and UDP on server port 37. TCP/IP works fine. Each protocol dependent server runs in a separate thread and both threads always get created and appear to run fine.

The problem is on the UDP thread side. I wait for a packet to be rcvd on port 37 then transmit the current time as a long back to the requesting IP or computer. Though, it looks like I am sending the packet, I cannot capture it with a sniffer. There are no errors using the sendto() command and I even sent a bogus string as a test and still cannot see it on the network.

I have verified the socket is created and valid. The only thing I can think of is that maybe there is a conflict when binding the same adapter and IP address using two different protocols, UDP and TCP/IP. Is anyone aware of one? I am currently binding to INADDR_ANY which is supposed to allow me to receive from all network interfaces but I only transmit back to the IP address and port that I received in the request. One of my sniffers is monitoring all network adapters and doesn't see the response that I am sending. Another sniffer a coworker has for Linux did not see it either even though that is a private 2 computer network (crossover cable).

Hope someone can help.
GeneralRe: Wierd Winsock problem Pin
JohnnyG21-May-03 9:09
JohnnyG21-May-03 9:09 
GeneralRe: Wierd Winsock problem Pin
AlexO21-May-03 10:01
AlexO21-May-03 10:01 
Questionwhere find “Common Toolbar Icons” 32bpp 24*24? Pin
Guy Lecomte21-May-03 7:58
Guy Lecomte21-May-03 7:58 
QuestionSimple newbie error; cout doesn't work!!? Pin
kleft21-May-03 7:29
kleft21-May-03 7:29 
AnswerRe: Simple newbie error; cout doesn't work!!? Pin
kleft21-May-03 7:35
kleft21-May-03 7:35 
GeneralRe: Simple newbie error; cout doesn't work!!? Pin
Anders Molin21-May-03 8:12
professionalAnders Molin21-May-03 8:12 
GeneralRe: Simple newbie error; cout doesn't work!!? Pin
kleft21-May-03 8:53
kleft21-May-03 8:53 
AnswerRe: Simple newbie error; cout doesn't work!!? Pin
Michael Dunn21-May-03 12:14
sitebuilderMichael Dunn21-May-03 12:14 
Generalaudio volume Pin
koenbielen21-May-03 7:24
koenbielen21-May-03 7:24 
GeneralAuthorisation of network connection Pin
Mukkie21-May-03 7:19
Mukkie21-May-03 7:19 
QuestionHow do I dynamically create an icon to display in the system tray? Pin
Kelly Herald21-May-03 7:03
Kelly Herald21-May-03 7:03 
AnswerRe: How do I dynamically create an icon to display in the system tray? Pin
YuHao21-May-03 7:23
YuHao21-May-03 7:23 
GeneralRe: How do I dynamically create an icon to display in the system tray? Pin
Kelly Herald21-May-03 12:04
Kelly Herald21-May-03 12:04 
Generalstuck before starting :-( Pin
SAK21-May-03 6:19
SAK21-May-03 6:19 
GeneralRe: stuck before starting :-( Pin
Dominik Reichl21-May-03 6:35
Dominik Reichl21-May-03 6:35 
GeneralRe: stuck before starting :-( Pin
SAK21-May-03 6:57
SAK21-May-03 6:57 
GeneralRe: stuck before starting :-( Pin
David Crow21-May-03 7:06
David Crow21-May-03 7:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.