- Feb 5, 2003
- 2,554
- 0
- 76
Does anyone have any decent troubleshooting tips for socket programming? I'm trying to receive some UDP packets (connectionless) and it's sitting at the recvfrom line (So not actually receiving anything)
I'm writing in C++.
I'm just really looking for some general ways to figure out what's going wrong. I've never had to deal with socket programming before, and so the potential to lose data isn't something that I'm used to.
I'm writing in C++.
I'm just really looking for some general ways to figure out what's going wrong. I've never had to deal with socket programming before, and so the potential to lose data isn't something that I'm used to.
