• Welcome to Valhalla Legends Archive.
 

UDP Pings?

Started by Joe[x86], November 19, 2005, 07:54 PM

Previous topic - Next topic

Joe[x86]

I've bound a UDP socket to port 6112, but when I log on, I don't receive a UDP ping packet. Does anyone know why this could happen?
Quote from: brew on April 25, 2007, 07:33 PM
that made me feel like a total idiot. this entire thing was useless.

Hdx

Because you didnt request it duaa joe.
C->S 0x08
C->S 0x09
~-~(HDX)~-~

Proud host of the JBLS server www.JBLS.org.
JBLS.org Status:
JBLS/BNLS Server Status

Joe[x86]

#2
Thanks!

EDIT -
When are these supposed to be sent? With what header?
Quote from: brew on April 25, 2007, 07:33 PM
that made me feel like a total idiot. this entire thing was useless.

Hdx

0x08
QuoteThis message should be sent in response to SID_LOGONCHALLENGE.
0x09
QuoteThis message should be sent in response to either SID_LOGONCHALLENGEEX or SID_AUTH_INFO.
Header:
BYTE PacketID
BYTE NULL
WORD NULL
VOID Data

~-~(HDX)~-~

Proud host of the JBLS server www.JBLS.org.
JBLS.org Status:
JBLS/BNLS Server Status

Joe[x86]

Quote from: brew on April 25, 2007, 07:33 PM
that made me feel like a total idiot. this entire thing was useless.