Hello all
![](smile.gif)
A week ago I knew nothing about UDP/IP and now becuase of the helpful community I have managed to create 2 class:
1. UDP sender
2. UDP receiver
And they are working fine
![](smile.gif)
one app sending msgs and the other receives them.
now I want to be able for a single app to both send and receive.
So I decided that I want to creat one class with both, the ability to send and receive msgs, now my questions are
Q: Can I use the same port to send and receive?
Q: I need to define only 1 WSADATA wsda and initialize the socket only once?
thanks