summaryrefslogtreecommitdiff
path: root/networkconfig.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-05 21:49:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-05 21:49:36 +0000
commit9cd3e3a4e65b85e24ec15ffcde8be3f0152ed603 (patch)
tree98b6b58338a972dd66fcc842942c7b6da768fddc /networkconfig.h
parentbe2fc3e77569f017ddfbebe3d43e20a4a0db3b4b (diff)
2008-02-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* networkconfig-icecube.h, networkconfig-qemu.h, networkconfig.h: Updated to include new fields and expand tabs.
Diffstat (limited to 'networkconfig.h')
-rw-r--r--networkconfig.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/networkconfig.h b/networkconfig.h
index 4ff3dd5..96a4461 100644
--- a/networkconfig.h
+++ b/networkconfig.h
@@ -36,7 +36,12 @@ static struct rtems_bsdnet_ifconfig netdriver_config = {
"127.0.0.1", /* IP address */
"255.0.0.0", /* IP net mask */
NULL, /* Driver supplies hardware address */
- 0 /* Use default driver parameters */
+ 0, /* Use default driver parameters */
+ 0, /* default efficiency multiplier */
+ 0, /* default udp TX socket buffer size */
+ 0, /* default udp RX socket buffer size */
+ 0, /* default tcp TX socket buffer size */
+ 0, /* default tcp RX socket buffer size */
};
/*