[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] lwip/src/api api_msg.c
From: |
Simon Goldschmidt |
Subject: |
[lwip-commits] lwip/src/api api_msg.c |
Date: |
Sat, 16 Jun 2007 15:07:12 +0000 |
CVSROOT: /sources/lwip
Module name: lwip
Changes by: Simon Goldschmidt <goldsimon> 07/06/16 15:07:12
Modified files:
src/api : api_msg.c
Log message:
Done some work on task #1549 (function documentation), added some
LWIP_ERROR checks, don't call pcb_new() from do_bind() and do_connect() since a
netconn without pcb can't exist any more (after the recent changes to
netconn_new_*())
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/lwip/src/api/api_msg.c?cvsroot=lwip&r1=1.49&r2=1.50
- [lwip-commits] lwip/src/api api_msg.c,
Simon Goldschmidt <=