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 | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.