File : queue.dat Queue Version : 5.01 Size : 7168 bytes F@H Client : FAH502-Linux.exe
DL: Sat Sep 18 01:47:09 2004
This field is usually absent if a collection server address is given for this unit. It seems to be a date roughly corresponding to the end of the download, from the work server's perspective. It is an epoch 2000 value, most likely based on the server's clock.
grep "524 Download started" qd.c char dstart[4]; /* 524 Download started time (as of v5.00) (BE) */
./qd -q queue.dat | grep DL
hexdump -C -s 532 -n 4 queue.dat # Index 0 00000214 00 00 00 00 |....| 00000218 hexdump -C -s 1244 -n 4 queue.dat # Index 1 000004dc 00 00 00 00 |....| 000004e0 hexdump -C -s 1956 -n 4 queue.dat # Index 2 000007a4 00 00 00 00 |....| 000007a8 hexdump -C -s 2668 -n 4 queue.dat # Index 3 00000a6c 00 00 00 00 |....| 00000a70 hexdump -C -s 3380 -n 4 queue.dat # Index 4 00000d34 00 00 00 00 |....| 00000d38 hexdump -C -s 4092 -n 4 queue.dat # Index 5 00000ffc 00 00 00 00 |....| 00001000 hexdump -C -s 4804 -n 4 queue.dat # Index 6 000012c4 00 00 00 00 |....| 000012c8 hexdump -C -s 5516 -n 4 queue.dat # Index 7 0000158c 00 00 00 00 |....| 00001590 hexdump -C -s 6228 -n 4 queue.dat # Index 8 00001854 00 00 00 00 |....| 00001858 hexdump -C -s 6940 -n 4 queue.dat # Index 9 00001b1c 00 00 00 00 |....| 00001b20