this fixes two problems:
authorAndrew Tridgell <tridge@samba.org>
Fri, 22 May 1998 01:53:02 +0000 (01:53 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 22 May 1998 01:53:02 +0000 (01:53 +0000)
commit45f133b9769fb45a329d3d41e121109d430e307d
tree4f666d6ebb0e7ea64f63fe397128a29319ed0c54
parentc5eb365011581bdf9987b538f0df04a1d6feb723
this fixes two problems:

1) handle 64 bit file offsets in the token code. I wonder how large
bit files worked up till now?

2) send a null token when we have passed over a large lump of data
without finding a token match. This reduces the number of IOs
considerably as it removes the need for seeks/reads on the checksum
calculation and literal send code. This is not enabled yet for the
compressed case as the deflate token code can't handle it yet.
match.c
token.c