Simon Goldschmidt
|
196f100af3
|
apps/rtp: fix unreachable code warning
why does this pop up just now?
|
8 years ago |
Simon Goldschmidt
|
5ca72a6373
|
apps: use lwip function names, don't depend on LWIP_COMPAT_SOCKETS
|
8 years ago |
goldsimon
|
ebc3b62783
|
rtp: check return value of setsockopt
|
8 years ago |
goldsimon
|
41fbc14d80
|
-Wconversion and other minor compilation fixes...
|
9 years ago |
Dirk Ziegelmeier
|
cd1252fee9
|
Adapt some apps to new lwip_hton* and lwip_ntoh* functions
|
10 years ago |
Dirk Ziegelmeier
|
9e62f7846a
|
Minor: memcpy -> MEMCPY / SMEMCPY
|
10 years ago |
Dirk Ziegelmeier
|
710da882fd
|
fixed compiler errors/warnings (mainly IPv6-only)
|
11 years ago |
goldsimon
|
fce9446a1b
|
added optional macros PACK_STRUCT_FLD_8() and PACK_STRUCT_FLD_S() to prevent gcc 4 from warning about struct members that do not need packing
|
12 years ago |
goldsimon
|
e4ec9053e9
|
bug #35874 reserved identifier violation, 2nd part
|
12 years ago |
Simon Goldschmidt
|
b833b173cc
|
Fixed bug #35874 reserved identifier violation (removed leading underscores from header include guards)
|
12 years ago |
goldsimon
|
3fa77d67be
|
Use the new PP_HTONx macros
|
16 years ago |
goldsimon
|
8f62d0525c
|
Fixed packing of struct rtp_hdr
|
16 years ago |
goldsimon
|
a7c23005e7
|
Use correct #if's for function prototype
|
17 years ago |
goldsimon
|
998f076f4b
|
Typo, coding style & missing include
|
17 years ago |
goldsimon
|
700de50435
|
Build this file only if LWIP_SOCKET and LWIP_IGMP are enabled
|
17 years ago |
fbernon
|
85c2c164cc
|
contrib/apps/rtp: add a rtp sample to be able to test lwip's multicast features.
|
18 years ago |