Commit Graph

23 Commits

Author SHA1 Message Date
goldsimon
55d09ae777 fixed warnings in unix port; use the same compiler settings in all 3 projects; use echo.c from apps and removed duplicate from unix/proj/minimal 2014-04-30 14:03:21 +02:00
Simon Goldschmidt
08119c678c Create link-local addresses in all unix projects if LWIP_IPV6==1 2011-09-02 21:53:12 +02:00
goldsimon
65b36b5173 Adapted to changes in tcp.h / added tcp_impl.h 2010-02-21 11:35:37 +00:00
goldsimon
e70c0bd3f5 Fixed unix port after changing struct ip_addr to ip_addr_t 2010-02-09 13:19:01 +00:00
goldsimon
a1ca06cfcc Fixed unix port after recent changes 2010-01-30 14:16:47 +00:00
goldsimon
2bdd0c7ffc ports/unix/minimal: correct timer handling (ue defines, TCP fasttimer calls slowtimer); let mintapif use ethernet_input 2009-04-18 11:21:24 +00:00
kieranm
bddf652073 Update unix port to 1.3.0 before release 2008-01-15 13:10:51 +00:00
fbernon
ecff69c8da Contrib module update with new debug defines names 2007-04-05 09:21:12 +00:00
kieranm
4662fd52fc Don't call lwip_sockets_init() in unix port "minimal" project as it
doesn't use the sockets API
2007-03-21 15:33:33 +00:00
jifl
86ced46a3d Update ports with newly required call to lwip_socket_init(). 2007-02-26 20:09:23 +00:00
christiaans
8cef35e840 Added lwip_prvmib.c, an example for a simple private SNMP MIB implementation. 2006-10-06 09:59:46 +00:00
christiaans
e0206839e3 Added getopt as in unixsim and elaborated SNMP init sequence. 2006-09-12 07:11:22 +00:00
christiaans
922405d4e9 Enabled LWIP_SNMP for development in the 'minimal' example. 2006-08-21 10:21:54 +00:00
christiaans
3ee29c973e Changed broken select() timeout based timers into setitimer() timers. 2006-07-03 07:16:48 +00:00
christiaans
ac8a138cd5 Added IP fragmentation and etharp_tmr service. 2006-03-02 16:28:49 +00:00
christiaans
ca90f6fce9 Some build fixes for OpenBSD. 2005-10-10 07:25:35 +00:00
likewise
33f6e1f9ce Added missing rototype for echo.c function in new header file echo.h. 2004-04-29 21:52:25 +00:00
jani
2cd6a0e106 update minimal to new netif_add 2003-11-24 08:24:55 +00:00
likewise
0227d13f35 Made compilable with 0.6.4. 2003-10-02 22:47:25 +00:00
marcbou
dc6233a674 Use TCP_TMR_INTERVAL instead of hardcoded 100 as time value for mintapif_wait() 2003-06-19 14:48:49 +00:00
likewise
b4eaa5a113 Major stylo search/replace for "One space between keyword and opening bracket." 2003-05-01 13:27:52 +00:00
davidhaas
6929a67489 Add the following features and bugfixes:
Added select() functionality to sockets library.
Support for errno in sockets library.
Byte ordering fixes.
basic lwip_ioctl(), FIONREAD, get/setsockopt() etc. support

- added additional argument to netif_add to pass state pointer so that the
if_init function has access to context information before
the interface is added, without accessing globals.

- added netif_remove()

- to conserve cpu load the tcpip_tcp_timer should only be active
when tcbs that need it exist.

- pass length of available data to callbacks for NETCONN_EVT_RCV events

- added tcpip_link_input(), a hack to allow processing of PPP
packets in tcpip_thread() context. This saves threads and context
switches.

- renamed incompatible ASSERT() macro to LWIP_ASSERT() to avoid name
collision.

- changed a bunch of %d's to %u's in format strings for unsigned values.

- added ip_frag to lwip_stats.

- changed IP_REASS_MAXAGE and IP_REASS_TMO defaults to more realistic
values.

- added sys_timeout_remove() function to cancel timeouts (needed by PPP
amongst other things).

- tolerate NULL returns from sys_arch_timeouts() since some threads might
not need to use or have timeouts.

- added sys_sem_wait_timeout()

- moved mem_malloc() function to end of mem.c to work around tasking
compiler bug.

- automatically bind to local tcp port if 0.

- allow customization of port ranges for automatic local bindings.

- corrected various typos, spelling errors, etc..

Thanks to Marc Boucher for many of these changes.
2003-02-06 22:18:30 +00:00
jani
edd18aad86 add unix projects to contrib module 2003-01-31 13:35:43 +00:00