Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lekes
  • Order by date
  1. lekes

    UDP server recvfrom() always returns -1? :(

    Hello all, I am getting a very strange error in my code :( I am writing a server application in C, to send and receive UDP packets to/from a client. Right now, im just running a loop in which the server receives packets using recvfrom() however.... the function seems to block and everytime I...
  2. lekes

    UDP connections in C

    Hello, So, I have written a Java applet for a client to run in their browser; it sends UDP packets back to the server and I now need to write a C application that will receive those UDP packets and respond accordingly..... I have started looking at examples, but most of them are kind of a blur...

Part and Inventory Search

Back
Top