|
-
Dec 1st, 1999, 08:30 AM
#1
Thread Starter
Lively Member
I am looking for a way to send packets of info to an ip address with the winsock control, and without connecting to the ip address is their away with to do this with the winsock.ocx?
Thank you,
Jeremy H.
------------------
[email protected]
-
Dec 2nd, 1999, 07:53 AM
#2
Hmmm, interesting. Is that like asking the mailman to deliver a letter to a mailbox, but without opening the mailbox? Could be a neat trick. Let me know if you find out how and what the benefit would be for a particular application.
I did notice in C++ that you can "transmit" on an emergency channel with the same socket connection or some such. Kind of like the operator cutting in on your phone call.
Wait it just clicked...Do you mean "Datagram socket" as opposed to a "Stream socket"?
Datagrams are "connectionless" — no explicit connection is established; you send a datagram message to a specified socket and you can receive messages from a specified socket.
Try that.
-
Dec 2nd, 1999, 11:57 AM
#3
Thread Starter
Lively Member
That is exactly what I am trying to do, but I am not all that familar with the use of sockets, let alone datagram. could you explain this or point me in the right direction to find info?
Thank you,
Jeremy
------------------
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|