| home | layout | structure | qd | hexdump |
          File : queue.dat
 Queue Version : 5.01
          Size : 7168 bytes
    F@H Client : FAH502-Linux.exe

Queue Version

Queue version 5.01
The client stores its own queue revision level in queue.dat any time it creates a new queue.dat or updates an old one to a newer format. The format does not change every time a new client comes out, so the version number shown here may be perfectly up to date but still not show the latest client revision level. It would not be an error.

If the queue.dat file being interpreted is not from the same type of system that qd is being run on (strictly speaking, a system different enough that the file requires format conversion), the system type will also be shown on this line. It will be given in parentheses, as "(Linux)", "(Windows)", or "(Mac)".


grep "0000 Queue" qd.c
{       u32             version;        /* 0000 Queue (client) version (v2.17 and above) */

./qd -q queue.dat | grep "Queue version"
Queue version 5.01

hexdump -C -n4 queue.dat
00000000  f5 01 00 00                                       |õ...|
00000004