[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #26397] SLIP polling support
From: |
Simon Kallweit |
Subject: |
[lwip-devel] [bug #26397] SLIP polling support |
Date: |
Wed, 29 Apr 2009 12:00:38 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042513 Ubuntu/8.04 (hardy) Firefox/3.0.10 |
URL:
<http://savannah.nongnu.org/bugs/?26397>
Summary: SLIP polling support
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: skallweit
Submitted on: Wed 29 Apr 2009 12:00:26 PM GMT
Category: None
Severity: 3 - Normal
Item Group: Feature Request
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release:
lwIP version: CVS Head
_______________________________________________________
Details:
This patch provides support running the SLIP interface in a polling mode.
This can be useful to run lwIP/SLIP in a single thread with NO_SYS=1. The
change should not affect current users of SLIP. Some of the memory will be
moved from stack to heap, and instead of sio_recv() the patch uses sio_read().
Polling mode can be used by periodically calling slipif_poll().
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Wed 29 Apr 2009 12:00:27 PM GMT Name: slipif_poll.patch Size: 8kB
By: skallweit
<http://savannah.nongnu.org/bugs/download.php?file_id=18052>
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?26397>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [bug #26397] SLIP polling support,
Simon Kallweit <=