Changes between Initial Version and Version 1 of Ticket #13116, comment 1
- Timestamp:
- Jun 12, 2014 9:14:01 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13116, comment 1
initial v1 4 4 5 5 To quote: 6 6 {{{ 7 7 int lwip_shutdown(int s, int how) 8 8 { … … 10 10 return lwip_close(s); /* XXX temporary hack until proper implementation */ 11 11 } 12 12 }}} 13 13 In other words, the socket is being closed rather than shutdown. 14 14