Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Corrected the code returned by NetSock_Close() and close(). -1 was returned even if the socket was closed successfully.
  • Corrected issues in NetSock_Sel() and select(). 
    • Descriptor could not be not set correctly updated in some cases. 
    • Resolved issue when the select was done on the same socket from many tasks.
  • Corrected some compiler errors and warning. (Case sensitivity and slash side in include path, Configuration issues, etc.)
  • Fixed bugs in multicast transmission (IGMP and MLDP).

...