Link up/down event handling

Discussion to talk about software related topics only.
Post Reply
thomastaranowski
Posts: 82
Joined: Sun May 11, 2008 2:17 pm
Location: Los Angeles, CA
Contact:

Link up/down event handling

Post by thomastaranowski »

I'd like to handle physical link up/down events so I can monitor network state. It looks like I can stick a callback handler into ethernet.cpp : ProcessDuplexStatus() to do this, but I was thinking there was already a supported method, but darned if I could find it. Does anyone know if there's already a method for handling this? If not I'll post a patch on here, cause it seems generally useful.

Thanks!
Post Reply