Simon Goldschmidt
|
2a2617bc19
|
Use C-style comments, not C++ style
|
2012-02-13 20:46:40 +01:00 |
|
Simon Goldschmidt
|
00b2bb461a
|
udpecho: no need netconn_connect, since the netbuf contains the address (bug #34921)
|
2012-01-20 21:57:26 +01:00 |
|
goldsimon
|
d8f5406985
|
make udpecho_thread() static
|
2010-03-26 14:11:19 +00:00 |
|
goldsimon
|
b83a115953
|
Fixed compilation warnings (missing casts, includes, etc.)
|
2010-03-10 11:27:11 +00:00 |
|
goldsimon
|
670e347eed
|
added missing newline before EOF
|
2010-02-17 16:48:34 +00:00 |
|
goldsimon
|
c1c78c4c9e
|
Added guard to only compile if LWIP_NETCONN is enabled
|
2010-02-09 17:50:57 +00:00 |
|
goldsimon
|
a6828003d8
|
Replaced struct ip_addr by typedef ip_addr_t to make changing the actual implementation behind the typedef easier.
|
2010-02-04 18:50:12 +00:00 |
|
goldsimon
|
87c6d6324e
|
Check that netconn_new doesn't fail
|
2010-02-04 17:23:46 +00:00 |
|
goldsimon
|
379e17565c
|
Moved 3 apps from unixsim/apps to contrib/apps (since they are by no means unix-specific)
|
2010-01-20 19:12:26 +00:00 |
|