> > there may be some controls determining how soon to turn > > off the wifi that may be of some help. > > You don't need to mess with the wifi. Just do > > $ sysctl -w net.inet.tcp.always_keepalive=0 > > This will prevent the stack from sending any keepalive packets > on its own. But this will *not* help if the higher level > protocol generates such packets.
i don't think that does what you think it does. the timers on the plan 9 side will keep running. - erik