also if you choose to go with that, i recommend converting the size, and offset dwords to bytes if the size isn't greater then 255, how ever if it is but isn't greater then 65535 use a word, if larger, just use a dword, there for making less to transfer for little modifications every say second byte..
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Jim Hunter Sent: Wednesday, 12 June 2002 2:11 AM To: [EMAIL PROTECTED] Subject: RE: RE: [hlcoders] A method for creating new user variables > You are sending 16bytes for the message contence, leaving 4080bytes of > his 4kb/s for that second, which isn't going to worry that person one > little bit..you can do some encoding, and compression if you wanted to > get it done better... :D You're probably right. Actually it would be 16 bytes * server_updates_per_second, though. Running a quick test shows about 10 updates per second (don't know if this varies much), or 160 bytes/second. Your point is, however, still valid. > #define MIN_PERSENT_TO_SEND_FULL 0.75 <snip> I surrender already! LOL! Thanks. Jim Jim Hunter [EMAIL PROTECTED] _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

