Commit Graph

223 Commits

Author SHA1 Message Date
fbernon
10fedbc940 Minor changes (regroup code in ping_prepare_echo). 2007-11-25 00:57:51 +00:00
goldsimon
15bed9a352 if using with LWIP_SOCKET=0, may not create a new thread as that leads to concurrent access to the core -> use sys_timeout instead!!!
send additional data in ping (some hosts don't answer ping packets without additional data), set ICMP code to 0
2007-11-24 15:00:00 +00:00
goldsimon
7d838ce7de include the new inet_chksum.h 2007-11-16 19:35:03 +00:00
fbernon
8105013eb0 netbios.c, ping.c, sntp.c: minor changes: add comments, add some parameters, some coding style... 2007-11-13 00:58:51 +00:00
fbernon
5478eaae3c Add macro and others definitions to enable to tune ping sender. 2007-11-07 20:52:32 +00:00
fbernon
62910e4248 SNTP client with socket API. Need more settings. 2007-11-06 22:44:11 +00:00
fbernon
f2aaab0d86 Drop receive packets in LWIP_SOCKET=1 case if they're not a echo reply, and use SO_RCVTIMEO option to avoid to wait forever. 2007-11-06 19:36:07 +00:00
fbernon
69b8ef3788 Add comment to "ping" sample. 2007-11-04 22:07:42 +00:00
fbernon
6126163ef6 Add ping sample from unix ports to reuse it in any ports. 2007-11-04 21:52:57 +00:00
goldsimon
eb0ff133ad Use the api function netconn_err() instead of directly dereferencing the struct netconn. 2007-10-28 14:17:49 +00:00
fbernon
6042cd8598 netbios.c: enable to redefine in lwipopts.h the NETBIOS_LWIP_NAME 2007-10-21 19:08:02 +00:00
goldsimon
530171e23e Using PBUF_RAM instead of PBUF_REF and stack-memory to be safer (and faster with ARP queueing). 2007-10-21 12:46:35 +00:00
goldsimon
9e8b944c7f Forgot one flag in response (AUTHORATIVE) - doesn't work without! 2007-10-21 12:44:29 +00:00
goldsimon
dd75189919 Added (and using) defines for flags & ttl, checking NETBIOS_LWIP_NAME vs NETBIOS_NAME_LEN, added file description. 2007-10-21 12:27:33 +00:00
fbernon
a8e70b3c20 Add netbios name service sample 2007-10-18 23:09:13 +00:00
goldsimon
fe5e7bd541 Moved raw httpd and netio test apps from ports/msvc6 to apps 2007-10-01 20:48:42 +00:00
goldsimon
a8aa89dcc2 Minor building fix (if LWIP_SOCKETS, wrong opt include file) 2007-10-01 20:48:01 +00:00
goldsimon
94de15c1ba Added lwip-includes. How could this ever have comiled without these??? 2007-10-01 20:43:28 +00:00
goldsimon
aacb973e83 Converted tabs to spaces; fixed indentation 2007-10-01 19:09:28 +00:00
fbernon
f1f5c7dd80 Update for new sys_thread_new parameters (see task #7252 : "Create sys_thread_new_ex()" ). Some @todo are integrate to do some suggestions to port maintainers. 2007-09-05 16:48:11 +00:00
fbernon
1a658707d2 Update for new sys_thread_new parameters (see task #7252 : "Create sys_thread_new_ex()" ) 2007-09-05 16:19:04 +00:00
jgrubb
f82c5e5d34 Example application of httpserver for netconn/netbuf. 2007-07-13 20:03:25 +00:00
davidhaas
5e3def9494 Added an example program which uses sockets and supports multiple sessions. 2003-04-11 15:21:49 +00:00