GuiNetworkInfo
From MLDonkey
| Opcode | Name | Format | Description |
| 20 |
NetworkInfo | ||
| Int32 | Network Identifier | ||
| String | Network name | ||
| Int8 | Enabled(1) or Disabled(0) | ||
| String | Name of network config file | ||
| Int64 | Number of bytes uploaded on network | ||
| Int64 | Number of bytes downloaded on network | ||
| Int32 | Number of connected servers (only protocol 18 ?) | ||
| List of Int16 | Network flags (only protocol 18 ?) | ||
| 0 : NetworkHasServers (well known servers) | |||
| 1 : NetworkHasRooms (rooms to chat with other users) | |||
| 2 : NetworkHasMultinet (files can be downloaded from several networks) | |||
| 3 : VirtualNetwork (not a real network) | |||
| 4 : NetworkHasSearch (searches can be issued) | |||
| 5 : NetworkHasChat (chat between two users) | |||
| 6 : NetworkHasSupernodes (peers can become servers) | |||
| 7 : NetworkHasUpload (upload is implemented) | |||