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 bkrike 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: TurdS
  • Content: Threads
  • Order by date
  1. TurdS

    UDP recv() not receiving all the data

    I'm using UDP (because the server only accepts UDP, I didn't write it) to receive some data from the server and it's not getting all the data. I know there's at least 18-19 lines I need to receive but I'm only getting 13-14 of them. I've tried increasing the length and even adding a sleep to see...
  2. TurdS

    More than one recv()

    What I'm trying to do is send a string to my UDP server and receive some data back, but more than just once. my $sock = IO::Socket::INET->new(Proto =>'udp', PeerHost =>$host, PeerPort =>$port, Reuse => 1) or die $@...

Part and Inventory Search

Back
Top