]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commit
Initialize newconn->state to NETCONN_NONE in accept_function;
authormarcbou <marcbou>
Thu, 16 Aug 2007 18:24:29 +0000 (18:24 +0000)
committermarcbou <marcbou>
Thu, 16 Aug 2007 18:24:29 +0000 (18:24 +0000)
commitd64b3f21e6e6071be8bdb0f4f81dd26caeb464f2
treeabf976fae61166ea0b50b370882559601cd029ca
parent931fcfd0f5e3f415ee662a425b0f00260d03a013
Initialize newconn->state to NETCONN_NONE in accept_function;
otherwise it was left to NETCONN_CLOSE and sent_tcp() could prematurely
close the connection.
src/api/api_msg.c