Basicly, the DoD team addes WAY to much vars to the rules (more then is needed). This makes the packet so big that it gets split up by the UDP protocol.. This mean you will get 2 packets, but it also means you have now way of detecting that fact (other then to'wait' for the second packet, which might never arrive since it is UDP).
Jeroen "ShadowLord" Bogers ----- Original Message ----- From: "Philip Oyston" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 16, 2002 18:05 Subject: [hlds_apps] DoD "rules" problems > Hi all (First Post) > > Is anyone aware a a problem with the response received from DoD servers > when requesting a "rules" list. The Server Protocol indicates that the > server will respond with: > > (int32) -1 > (byte) 'E' > (int16) no. rules > > etc, > > However the packet returned does not follow this standard...help!!! > > This is my first hlds app. I can retrieve CS rules without a problem > > Phil > > _______________________________________________ > hlds_apps mailing list > [EMAIL PROTECTED] > http://list.valvesoftware.com/mailman/listinfo/hlds_apps > > _______________________________________________ hlds_apps mailing list [EMAIL PROTECTED] http://list.valvesoftware.com/mailman/listinfo/hlds_apps
