This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-16 05:27:45 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fce87336a4e9b60893bcbbc63c0f543d6a51c1b4
nuttx
/
net
/
utils
T
History
Gregory Nutt
0bdf2d5360
UDP Networking: Misc fixes to get the last changes working + cleanup
2015-05-29 14:32:56 -06:00
..
Kconfig
…
Make.defs
…
net_chksum.c
…
net_dsec2tick.c
…
net_dsec2timeval.c
Suffer the consequences of moving struct timeval to its correct location
2015-02-15 15:18:35 -06:00
net_ipv6_maskcmp.c
Remove inclusion of some un-necessary header files.
2015-02-06 08:50:53 -06:00
net_ipv6_pref2mask.c
Remove inclusion of some un-necessary header files.
2015-02-06 08:50:53 -06:00
net_lock.c
UDP Networking: Misc fixes to get the last changes working + cleanup
2015-05-29 14:32:56 -06:00
net_timeval2dsec.c
Networking: setsockopt() fails when setting timeouts to values less that an 100 msec. That is because the timeout is limited to stops of 1 decisecond and because the conversion of structure timeval was truncating the microsecond remainder. The utility net_timeval2dsec now accespts and option to determin how it handles the remainder: truncate, discarding the remainder, use the remainder to round to the closed decisecond value, or use any non-zero remainder to the next larger whole decisecond value.
2015-05-29 07:17:15 -06:00
utils.h
Networking: setsockopt() fails when setting timeouts to values less that an 100 msec. That is because the timeout is limited to stops of 1 decisecond and because the conversion of structure timeval was truncating the microsecond remainder. The utility net_timeval2dsec now accespts and option to determin how it handles the remainder: truncate, discarding the remainder, use the remainder to round to the closed decisecond value, or use any non-zero remainder to the next larger whole decisecond value.
2015-05-29 07:17:15 -06:00