config.xml.<network enabled="yes"/>buffers entry in config.xml.<buffers small="10" large="10"/>transport entry
in config.xml.<transport name="ethernet" resolver="dhcp"
enabled="yes" instance="0"/> initialise<transport>Transport
must exist. This is called with the instance number for that transport.| Transport |
Initialiser function |
Instance meaning |
ethernet |
initialiseEthernetTransport |
Instance of the ethernet device
to use |
ppp |
initialisePppTransport |
Instance of the UART to use |
| Resolver |
Description |
dhcp |
Sends out a DHCP query to get
the ip address, netmask, DNS server and default gateway |
bootp |
Sends out a BOOTP query to get
the ip address, netmask and default gateway |
monitor |
Uses the ip address used by the
monitor. |
protocol entry in
config.xml. <protocol name="tcp" argument="10"/>
All protocols can take an argument. In the case of TCP and UDP,
they are the number of connections that can be active at any one time
using those protocols.| Protocol |
Argument description |
tcp |
Number of TCP connections
available |
udp |
Number of UDP connections
available |
icmp |
No arguments |
service entry in config.xml.<service name="sntp"/>
All services can take an argument.| Service |
Description |
Argument description |
sntp |
Network time protocol that
requests the time from a network time server. |
No arguments |
dns |
Domain name lookup protocol that
uses the DNS server to convert a hostname to an IP address. |
No arguments |
ftp |
FTP server that allows files to
be stored in flash. |
No arguments |