bsd: Use correct size for routing socket
authorMasashi Honma <honma@ictec.co.jp>
Sun, 27 Feb 2011 12:01:39 +0000 (14:01 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 27 Feb 2011 12:01:39 +0000 (14:01 +0200)
commit28878f8b0eacd3826bc43a659d3c33aacd9ff03e
tree4e1b9e7942ef0f18dce41cb2db8cc733c1454740
parent0ed3f41a5bf12e7eb6801b95055e68640960d46e
bsd: Use correct size for routing socket

The buffer size for routing socket is fixed to 2048.
This patch fix it to obtain the size from OS.

This patch worked on x86 platform with NetBSD 5.0.2.
src/drivers/driver_bsd.c