Use SYS_LIGHTWEIGHT_PROT instead of a semaphore to protect the sockets array since the protection time is short

This commit is contained in:
goldsimon
2010-01-30 15:01:29 +00:00
parent f8c22c7428
commit c22d3b4c98
2 changed files with 23 additions and 17 deletions

View File

@@ -19,6 +19,10 @@ HISTORY
++ New features:
2010-01-30. simon Goldschmidt
* sockets.c: Use SYS_LIGHTWEIGHT_PROT instead of a semaphore to protect
the sockets array.
2010-01-29: Simon Goldschmidt (patch by Laura Garrett)
* api.h, api_msg.c, sockets.c: Added except set support in select
(patch #6860)