Quote:
Originally Posted by Cesar82
Am I doing something wrong?
|
The --diff parameter in XTool sets a max size in bytes or percentage size of the stream in order for XTool to accept the stream.
The * character is just a placeholder (a wildcard effectively meaning anything/everything). My explanation meant you'd need to change this to an integer.
By default, XTool will not accept a stream if the generated XDelta patch is greater in size than 5% of the stream, but using --diff= allows you to increase this threshold.
You can use --diff=20p to set the max patch size to be less than or equal to 20% of the stream size for XTool to accept the stream. You can also use an integer to specify a max patch size in bytes (e.g. --diff=50000).