Error codes
Error codes
- Subject: Error codes
- From: Matt Jaffa <email@hidden>
- Date: Mon, 22 Mar 2004 08:59:24 -0700
Hi,
I was wondering what error code I should throw.
I am intercepting TCP traffic through my KEXT,
after the result comes back from the daemon and I want to block the
traffic,
What is the best error to throw that will let internet explorer in
classic not try the URL again.
It works for Safari and IE(non classic version) if I use ENETDOWN,
EACCES,
and they don't try it again.
But when I am using those errors for Classic's IE it blocks but keeps
trying the URL over and over again.
Any suggestions which one to use for classic?
Thanks,
Matt
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.