|
From: SourceForge.net <no...@so...> - 2004-12-08 17:20:53
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2887474 By: frank_s Hi Aaron, Thanks for the reply. This problem is killing me! I actually have enough functionality to proceede with my project (I only need to receive raw UDP packets on Linux), but it's not enough to submit the changes to the GNU commonCpp project. I need to have this working on all platforms before I would feel right giving it to the commonCpp project. I've tried using IPPROTO_IP, but I never get anything on the socket (for some reason I get an ESOCKTNOSUPPORT error (94) when I create the socket on Linux with this option). I've also tried IPPROTO_RAW, but again, I never get anything on the socket. No errors on Windows or Linux, just no data. I'm not sure what other protocol options make sense. Argh! Any other thoughts? Thanks again, -FrankS ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=286529 |