summaryrefslogtreecommitdiff
path: root/networkconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'networkconfig.h')
-rw-r--r--networkconfig.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/networkconfig.h b/networkconfig.h
index 96a4461..1739577 100644
--- a/networkconfig.h
+++ b/networkconfig.h
@@ -57,7 +57,14 @@ struct rtems_bsdnet_config rtems_bsdnet_config = {
"nodomain.com", /* Domain name */
"127.0.0.1", /* Gateway */
"127.0.0.1", /* Log host */
- {"127.0.0.1" }, /* Name server(s) */
+ {"127.0.0.1" }, /* Name server(s) */
+ {"127.0.0.1" }, /* NTP server(s) */
+ 0, /* sb_efficiency */
+ 0, /* udp_tx_buf_size */
+ 0, /* udp_rx_buf_size */
+ 0, /* tcp_tx_buf_size */
+ 0 /* tcp_rx_buf_size */
+
};
/*