goldsimon
|
599b1f759d
|
socket_examples: use 'poll' in one of the tests...
|
8 years ago |
goldsimon
|
41fbc14d80
|
-Wconversion and other minor compilation fixes...
|
9 years ago |
goldsimon
|
0b5181f406
|
socket_examples: satisfy coverity by checking ip4/6addr_aton return value
|
9 years ago |
Joel Cunningham
|
2ff2c48e66
|
task #14408: remove sendmsg TCP test from socket examples
Test has been migrated to sockets unit test and combined with recvmsg
|
9 years ago |
Joel Cunningham
|
2f996820e4
|
task #14408: remove sendmsg UDP test from socket examples
sendmsg UDP test has been moved to socket unit tests in LwIP repo
and is no longer needed in socket examples
|
9 years ago |
goldsimon
|
6a62868e26
|
fix chargen.c and socket_examples.c for LWIP_SOCKET_SELECT==0
|
9 years ago |
Joel Cunningham
|
d1dd43c8ab
|
Revert "Revert "Added sendmsg tests to socket examples""
sendmsg socket example tests got the green light, bring these
back in
This reverts commit 4b32add973.
|
9 years ago |
Joel Cunningham
|
4b32add973
|
Revert "Added sendmsg tests to socket examples"
This reverts commit 927da57056.
Might have jumped the gun on this one
|
9 years ago |
Joel Cunningham
|
a10056ac10
|
sendmsg test cleanups found by Travis CI
Fixes a couple of type and casting issues found by Travis CI
|
9 years ago |
Joel Cunningham
|
927da57056
|
Added sendmsg tests to socket examples
This commit adds a TCP and UDP test to exercise sendmsg correctness.
Use receiver and packet capture tool to verify results
|
9 years ago |
goldsimon
|
63c01ea5d3
|
socket_examples: fix compiling for !LWIP_SO_SNDRCVTIMEO_NONSTANDARD
|
9 years ago |
goldsimon
|
496023b93c
|
fixed compiling without LWIP_DEBUG & LWIP_ERROR and with LWIP_NOASSERT
|
9 years ago |
Dirk Ziegelmeier
|
5a62572813
|
Adapt to fixing the naming of some inet_addr_* macros in inet.h in lwIP core
|
9 years ago |
Dirk Ziegelmeier
|
7cb5c17472
|
Adapt to lwip core renamings in inet.h: Consistently name some inet <-> ipaddr conversion macros
|
9 years ago |
Dirk Ziegelmeier
|
daf2fd5748
|
Minor: Fix wrong comment
|
10 years ago |
sg
|
3758bcde27
|
Fix socket_examples after last commit (ipaddr was allocated on stack which is cleared at the time the threads run)
|
10 years ago |
Dirk Ziegelmeier
|
9434e2d021
|
Port socket_examples.c to IPv6
|
10 years ago |
goldsimon
|
ab9c5e6b01
|
fixed printf arguments not matching the format string
|
11 years ago |
goldsimon
|
5c06e9d949
|
socket_examples.c: trivial line change fix
|
11 years ago |
goldsimon
|
f1fe6db1b7
|
fixed some compiler warnings (patch by Dirk Ziegelmeier)
|
11 years ago |
goldsimon
|
9315b765f6
|
socket_examples.c: currently only works for IPv4
|
11 years ago |
sg
|
8ea0d5d0fc
|
socket_examples.c: added code to check overflow/underflow of fd_set, added sequential mode of all test, made HTTP page size configurable to succeed
|
11 years ago |
goldsimon
|
3fa77d67be
|
Use the new PP_HTONx macros
|
16 years ago |
goldsimon
|
b83a115953
|
Fixed compilation warnings (missing casts, includes, etc.)
|
16 years ago |
goldsimon
|
8cd0218330
|
Added test for multiple selects (disabled by default)
|
16 years ago |
goldsimon
|
5196e5ba4f
|
Copy errno to a local variable for debugging
|
16 years ago |
goldsimon
|
0116d1c3a1
|
Fixed code-violation that checkmycode.org warns about :-)
|
16 years ago |
goldsimon
|
2027a11331
|
Use the new fcntl(), too
|
16 years ago |
goldsimon
|
8a8f2f762c
|
Added test for closing socket in nonblocking connect
|
16 years ago |
goldsimon
|
a139f72602
|
Added a function to test recv timeout and correct closing
|
16 years ago |
goldsimon
|
fc7b8e1fc2
|
Add printf for feedback when all tests are done
|
16 years ago |
goldsimon
|
e46c1c88e9
|
Added guard to only compile if LWIP_SOCKET is enabled
|
16 years ago |
goldsimon
|
103def2a7e
|
Don't use C++ style comments
|
16 years ago |
goldsimon
|
54870b94ea
|
Added socket example both for users to get started and to ASSERT/test basic socket behavior
|
16 years ago |