bug #26397: Added SLIP polling support (uses sio_tryread)

This commit is contained in:
goldsimon
2009-08-26 21:06:18 +00:00
parent b55cfbc342
commit cff3e0cad2
3 changed files with 169 additions and 77 deletions

View File

@@ -19,6 +19,9 @@ HISTORY
++ New features:
2009-08-26 Simon Goldschmidt/Simon Kallweit
* slipif.c/.h: bug #26397: SLIP polling support
2009-08-25 Simon Goldschmidt
* opt.h, etharp.h/.c: task #9033: Support IEEE 802.1q tagged frame (VLAN),
New configuration options ETHARP_SUPPORT_VLAN and ETHARP_VLAN_CHECK.