Click here to Skip to main content
15,888,579 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: I don't quite get this thing I've noticed Pin
David Crow12-Feb-17 16:31
David Crow12-Feb-17 16:31 
AnswerRe: I don't quite get this thing I've noticed Pin
Richard MacCutchan12-Feb-17 23:20
mveRichard MacCutchan12-Feb-17 23:20 
GeneralRe: I don't quite get this thing I've noticed Pin
Member 1297423513-Feb-17 11:28
Member 1297423513-Feb-17 11:28 
GeneralRe: I don't quite get this thing I've noticed Pin
Richard MacCutchan13-Feb-17 21:49
mveRichard MacCutchan13-Feb-17 21:49 
GeneralRe: I don't quite get this thing I've noticed Pin
leon de boer15-Feb-17 17:31
leon de boer15-Feb-17 17:31 
QuestionUDP Server vs Client Pin
bkelly1311-Feb-17 13:40
bkelly1311-Feb-17 13:40 
AnswerRe: UDP Server vs Client Pin
Richard MacCutchan11-Feb-17 20:40
mveRichard MacCutchan11-Feb-17 20:40 
GeneralRe: UDP Server vs Client Pin
bkelly1312-Feb-17 3:38
bkelly1312-Feb-17 3:38 
I have done that. Here is the first page of results from my good search for “udp sockets”

Before providing the list, I do suspect that if I already knew the differences I may well find that information in these sites. As I do not, that information can be rather difficult to pick out.

https://www.cs.rutgers.edu/~pxk/417/notes/sockets/udp.html
goes right to code, does not discuss the difference
http://www.cs.dartmouth.edu/~campbell/cs60/socketprogramming.html
does not discuss why there is client and server with UDP
https://en.wikipedia.org/wiki/Network_socket
does not discuss
https://www.w3.org/TR/tcp-udp-sockets/
Section 9 begins UDP, jumps right into code with no explanation
Just for the record, this is the most thorough discussion I have found
http://www.binarytides.com/programming-udp-sockets-c-linux/
does not discuss the differences
https://www.abc.se/~m6695/udp.html
does not discuss
https://developer.chrome.com/apps/sockets_udp
does not discuss
https://cs.nyu.edu/~bacon/phd-thesis/diss/node32.html
does not discuss the differences
https://wiki.python.org/moin/UdpCommunication
“server” is in the article in only one place discussing a Windows bug
http://www.microhowto.info/howto/listen_for_and_receive_udp_datagrams_in_c.html
Starts off with:
Suppose that you wish to write a server that implements the …
But does not address the differences.
References RFC 867 which does not discuss the differences

Do I need to continue?
I am looking for a discussion on the differences between server and client in UDP operations. Not in the code difference but in the difference in concept between the two. Looks to me like two servers or two clients can well carry on a conversation via UDP packets.
Thank you for your time


GeneralRe: UDP Server vs Client Pin
Richard MacCutchan12-Feb-17 6:07
mveRichard MacCutchan12-Feb-17 6:07 
AnswerRe: UDP Server vs Client Pin
leon de boer12-Feb-17 6:59
leon de boer12-Feb-17 6:59 
QuestionHow to create a Data Segment in a DLL that can only be accessed by a valid trusted application Pin
Rajesh_Parameswaran9-Feb-17 3:26
Rajesh_Parameswaran9-Feb-17 3:26 
AnswerRe: How to create a Data Segment in a DLL that can only be accessed by a valid trusted application Pin
Rick York9-Feb-17 7:05
mveRick York9-Feb-17 7:05 
QuestionPostMessage issues/questions Pin
ForNow8-Feb-17 2:15
ForNow8-Feb-17 2:15 
AnswerRe: PostMessage issues/questions Pin
Victor Nijegorodov8-Feb-17 11:09
Victor Nijegorodov8-Feb-17 11:09 
GeneralRe: PostMessage issues/questions Pin
ForNow9-Feb-17 2:05
ForNow9-Feb-17 2:05 
QuestionDeleting Image IN VC++ Pin
raajpatel7-Feb-17 23:14
raajpatel7-Feb-17 23:14 
SuggestionRe: Deleting Image IN VC++ Pin
Jochen Arndt7-Feb-17 23:28
professionalJochen Arndt7-Feb-17 23:28 
GeneralRe: Deleting Image IN VC++ Pin
raajpatel8-Feb-17 0:47
raajpatel8-Feb-17 0:47 
AnswerRe: Deleting Image IN VC++ Pin
Jochen Arndt8-Feb-17 0:54
professionalJochen Arndt8-Feb-17 0:54 
AnswerRe: Deleting Image IN VC++ Pin
CPallini7-Feb-17 23:50
mveCPallini7-Feb-17 23:50 
QuestionIM chat question Pin
Tracy Software5-Feb-17 21:17
Tracy Software5-Feb-17 21:17 
QuestionCoding on hostel mannagement in c program Pin
Member 129807512-Feb-17 21:39
Member 129807512-Feb-17 21:39 
AnswerRe: Coding on hostel mannagement in c program Pin
Jochen Arndt2-Feb-17 22:27
professionalJochen Arndt2-Feb-17 22:27 
AnswerRe: Coding on hostel mannagement in c program Pin
Afzaal Ahmad Zeeshan2-Feb-17 22:34
professionalAfzaal Ahmad Zeeshan2-Feb-17 22:34 
AnswerRe: Coding on hostel mannagement in c program Pin
Patrice T6-Feb-17 15:51
mvePatrice T6-Feb-17 15:51 

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.