ZeroEffect
Junior Contributor
Is ther a way to tell where a UDP packet came from? I know UDP is connectionless and all that but does it have in the packect the IP address that sent it.
I have to use UDP in the Program I am making and I would like to send a confermation message to the sending work station that an operation has been done. I know TCP/IP would be better suited for this but I'm stuck with UDP.
I thought about Putting an Identifier in the sent string but I'm trying to keep it user friendly.
Thanks for any help you may be able to give me.
ZeroEffect
I have to use UDP in the Program I am making and I would like to send a confermation message to the sending work station that an operation has been done. I know TCP/IP would be better suited for this but I'm stuck with UDP.
I thought about Putting an Identifier in the sent string but I'm trying to keep it user friendly.
Thanks for any help you may be able to give me.
ZeroEffect