Thread: Good Way to keep track of UDP congestion

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Nov 2004
    Location
    USA
    Posts
    516
    Most servers have ICMP echo (ping) turned off. It's best not to rely on ping / traceroute as there is no guarantee about their behavior.
    Code:
    >+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.[-]>++++++++[<++++>-] <.>+++++++++++[<++++++++>-]<-.--------.+++.------.--------.[-]>++++++++[<++++>- ]<+.[-]++++++++++.

  2. #2
    Registered User
    Join Date
    Mar 2010
    Posts
    68

    tcp and udp

    Running both tcp and udp is fine, but it sounds like you want a way to have a way to send reliable UDP packets and unreliable as well. It would be much simpler if you could stick with either tcp or udp for your connection.

    I suggest checking out enet: enet, or UDP_Engine: Getting Started.

    Both of these library offer reliable UDP transmission and even the code so you can take a look at how they are implemented.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Am I on the right track
    By romeoz in forum C++ Programming
    Replies: 12
    Last Post: 07-07-2003, 10:10 PM
  2. not on right track
    By Dena in forum C++ Programming
    Replies: 1
    Last Post: 02-23-2002, 07:03 PM
  3. F1 track analyser
    By Unregistered in forum Game Programming
    Replies: 1
    Last Post: 01-22-2002, 09:48 AM
  4. I want to get back on the track..
    By Lameth in forum C++ Programming
    Replies: 1
    Last Post: 11-15-2001, 05:30 AM

Tags for this Thread