Click here to Skip to main content
15,904,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Setting Listview items color in icon view Pin
KaЯl17-Jul-02 21:39
KaЯl17-Jul-02 21:39 
GeneralRe: Setting Listview items color in icon view Pin
CaesarCZ17-Jul-02 23:14
CaesarCZ17-Jul-02 23:14 
GeneralRe: Setting Listview items color in icon view Pin
KaЯl18-Jul-02 2:24
KaЯl18-Jul-02 2:24 
GeneralAbout MS excel Pin
Old Gun17-Jul-02 3:54
Old Gun17-Jul-02 3:54 
GeneralVC++ Application Design Pin
Paul Ingles17-Jul-02 3:43
Paul Ingles17-Jul-02 3:43 
GeneralRe: VC++ Application Design Pin
Brian Azzopardi17-Jul-02 3:57
Brian Azzopardi17-Jul-02 3:57 
GeneralRe: VC++ Application Design Pin
Paul Ingles17-Jul-02 5:18
Paul Ingles17-Jul-02 5:18 
GeneralA very basic socket question Pin
Dave_17-Jul-02 3:21
Dave_17-Jul-02 3:21 
If I have two UDP sockets bound in the following manner:

1. INADDR_ANY, port number 0 (all ports?)
2. 10.3.2.1, port number 0 (all ports again)

A. Send a message using socket 2. The source port picked by Windows is 1350 (as an example).

B. Reply comes back to destination port 1350, IP = 10.3.2.1.

Where should this message be rcvd? If a thread is looping doing a rcvfrom on socket 1, it never sees this reply.

I never do a rcvfrom on socket 2, but I am guessing that I would see the reply if I did.

I'm wondering why the first socket cannot rcv this message? I am not an experienced sockets programmer at all, and I am hoping this is a simple issue.

Thanks,

David

GeneralRe: A very basic socket question Pin
Joaquín M López Muñoz17-Jul-02 3:29
Joaquín M López Muñoz17-Jul-02 3:29 
GeneralRe: A very basic socket question Pin
includeh1017-Jul-02 3:39
includeh1017-Jul-02 3:39 
GeneralRe: A very basic socket question Pin
Dave_17-Jul-02 3:51
Dave_17-Jul-02 3:51 
GeneralRe: A very basic socket question Pin
includeh1017-Jul-02 4:05
includeh1017-Jul-02 4:05 
GeneralRe: A very basic socket question Pin
Dave_17-Jul-02 4:11
Dave_17-Jul-02 4:11 
GeneralRe: A very basic socket question Pin
Bubba214617-Jul-02 7:20
Bubba214617-Jul-02 7:20 
GeneralRe: A very basic socket question Pin
Dave_17-Jul-02 7:37
Dave_17-Jul-02 7:37 
GeneralRe: A very basic socket question Pin
Bubba214617-Jul-02 7:58
Bubba214617-Jul-02 7:58 
GeneralRe: A very basic socket question Pin
Dave_17-Jul-02 8:11
Dave_17-Jul-02 8:11 
GeneralRe: A very basic socket question Pin
Bubba214617-Jul-02 8:27
Bubba214617-Jul-02 8:27 
GeneralRe: A very basic socket question Pin
Dave_17-Jul-02 8:29
Dave_17-Jul-02 8:29 
GeneralPassing a control id Pin
moobob17-Jul-02 3:18
moobob17-Jul-02 3:18 
GeneralRe: Passing a control id Pin
Joaquín M López Muñoz17-Jul-02 3:21
Joaquín M López Muñoz17-Jul-02 3:21 
GeneralRe: Passing a control id Pin
moobob17-Jul-02 3:31
moobob17-Jul-02 3:31 
Questiondbdao.h : what is the matter now? Pin
includeh1017-Jul-02 3:13
includeh1017-Jul-02 3:13 
AnswerRe: dbdao.h : what is the matter now? Pin
Michael P Butler17-Jul-02 3:36
Michael P Butler17-Jul-02 3:36 
GeneralRe: dbdao.h : what is the matter now? Pin
includeh1017-Jul-02 3:46
includeh1017-Jul-02 3:46 

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.