Revision 21027,
1013 bytes
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r21026,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | - When an applet starts for the first time we just pick the |
---|
2 | first available interface (loopback interfaces will always |
---|
3 | be at the end of the list). We should be more intelligent |
---|
4 | if there are any other Network Monitors running and pick |
---|
5 | an interface other than the ones already displayed. |
---|
6 | |
---|
7 | - Implement IPv6 support |
---|
8 | |
---|
9 | - This is totally linux specific at the moment. Need to: |
---|
10 | * Add other implementations for netstatus-sydeps.c on |
---|
11 | systems without /proc/net/dev. In |
---|
12 | Attic/netstatus-interface.c Erwann had some code to |
---|
13 | do it on Solaris. |
---|
14 | * Check if <net/if_arp.h> and the various ARPHRD constants |
---|
15 | are anyway standard. Well, I know the constants are |
---|
16 | in some RFC but ... |
---|
17 | * Check if all the ioctl()s used portable ? |
---|
18 | * We use <arpa/inet.h> for inet_ntoa() - is that portable. |
---|
19 | * Other headers to check: <sys/ioctl.h> and <net/if.h>. |
---|
20 | |
---|
21 | From Calum: |
---|
22 | |
---|
23 | - Need to make sure all the icons we use are registered as |
---|
24 | stock or use the icon theming stuff, so we can theme |
---|
25 | them. |
---|
26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.