p.s. if the page is linked to some .exe file, it doesn't mean the file will be downloaded...
that is why use connection-bytes in the first place, so if connection takes longer than say, 2MB (for flash page to load) the throttle it down a notch or two.
Only difference between downloading and browsing is that downloading transfers more bytes per connection.
ok fine i know that very well
but i want just to add something
if i just added the word exe in the layer7 regexp
and if the link of the file contain the word exe
for example the extension was .exe
the rule of mangle applied very well and the shaping of Queue work very well
the only wrong thing happening if the HTML page contain in it's body code the word exe
for example someone mentioned the word executable and the exe part of it and etc...
so the only problem here
we want to add condition to the word exe in regexp textbox so we can say with this codition
if the word exe came in the same line with the word http
capture it ok i think you got it now
for example
http://anydomain.com/anyurl.
exe
here http and exe just come in the same line if this line if download link ok
i want a code for this
to say if the http & exe came in the same line capture it
thanks for who will help in advanced.