Re: Stop the Ethernet interface from going down
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=2JvzIGeQAyLY+Dj4TG/GRZQLtRzybTjsrWXDGm37f40=; b=B31fzHpByYJJNxR4i3i26/MR6tq68eIUtL6/zjgNEMGpNgIeV7Gg5GZvcaKWEFtvY71VFjrv0OTWnYtvnUVg08aIDzKVhqjUi8iR+l7z8rdqIWmv4KY9A86g91mdOOP+XQf6Q3xxm6+UEEFQmGYxz6vTIwuZBC5q63+bnpEndvQ= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BKZ+OFxdOkv3ml8UxckFIvxcE/YD6IExAOhfTVEVrpbAKPA75HipaBkzeFm+hApnsk00TLN+2rzkikzcBDLb4A6fXPLRW2BYyaPqMlZczSoE9VJ7qQmmKPSQXR4ttUiQep4+3AdlUOVGyfwdEgGhEMgSGBSl5dGYn7x3QQG5vdg= you should read: "idk if you found a solution, "you cannot control it " -mmw On Feb 7, 2008 5:58 PM, mm w <openspecies@gmail.com> wrote:
Hi Rakesh, I dont know if you find a solution I pretty sure yes, as i said Shantonu, you can control it or try to do something like this is called in French "usine a gaz", you cannot face to every cases, if a task/request failed, the informations are not losed, you have to create a data/request queue:
"if last task not satisfy keep it and retry"
imagine a common company internet-network, with a ton of packet collision and data drop
imagine now that your network interface is a mobile phone, it s quite the same thing,
when you speak to someone and in the middle of your conversation you lose the connection, you can recall and continue your conversation
-mmw
On Jan 29, 2008 4:02 PM, Shantonu Sen <ssen@apple.com> wrote:
What happens if the user unplugs their wired ethernet, or they drop out of range of their wireless network? The link layer can have any number of unforeseen issues, independent of sleep/wake. You NKE should be able to deal with errors of this nature, which should also address sleep/wake.
Shantonu
Sent from my MacBook
On Jan 29, 2008, at 6:56 AM, Rakesh Singhal wrote: I am working on NKE(Network kernel extension). During sleep, the ethernet interface goes down and due to it, I am facing some problem. I have to complete my current request of data transfer and then it can go down. Is it possible to hold it for sometime(some miliseconds) and complete my requirement and then let it go down?
Regards
On Jan 29, 2008 7:53 PM, Shantonu Sen <ssen@apple.com> wrote:
To what end? What are you trying to do?
Shantonu
Sent from my MacBook
On Jan 29, 2008, at 1:47 AM, Rakesh Singhal wrote:
Hi all
During sleep, the Ethernet interface goes down. Is it possible to hold the
Ethernet interface for sometime?
Thanks in advance
With warm regards Rakesh Singhal _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/ssen%40apple.com
This email sent to ssen@apple.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/openspecies%40gmail.com
This email sent to openspecies@gmail.com
-- -mmw
-- -mmw _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
mm w