Weird problem

  • kyleh04
    9th Nov 2012 Member 0 Permalink

    Got it working, thanks guys!

  • jacob1
    9th Nov 2012 Developer 0 Permalink
    @kyleh04 (View Post)
    ok, cool. What was the problem? In case other people also have that problem
  • kyleh04
    9th Nov 2012 Member 0 Permalink

    Um.... I wish I could tell you! I just cleared out with ccleaner and restarted and it has worked perfect since!

  • boxmein
    9th Nov 2012 Former Staff 0 Permalink
    @kyleh04 (View Post)
    A Timeout Error pretty much means this:
    Normally, what would happen.
    Legend: S = Server. C = Client.

    1. C: Hey Server, wanna connect & send data? [SYN]
    2. S: Oh yeah, tell me when you're ready [SYN-ACK]
    3. C: Ready now! [ACK]

    What happens on a timeout error:
    1. C: Hey Server, wanna connect & send data? [SYN]
    . . . -wait-
    . . .
    . . .
    . . .
    2. C: Ugh fine, I quit, you won't talk to me! :C [605 Timeout]

    The "timeout" part is because you have a set time during which the server needs to respond.
    The set time runs out, and as such, "times out".

    As you may suggest, a timeout error is just a generic way of saying "I have no idea, but he didn't respond"