image image image image image

On This Page

The table below lists the bugs that have been fixed in the current XLIO version.

Internal Reference NumberDetails
2678856


Description: Fixed the issue of when attempting to reuse a TCP or UDP port immediately after connection is closed, the application failed with the error “Address already in use”.
Keywords: Close; bind; EADDRINUSE
Discovered in Version: 1.2.9
Fixed in Version: 1.3.5
3113441Description: Fixed the issue where resource leakage took place after intensive disconnect/connect attempts.
Keywords: Resources leakage
Discovered in Version: 1.2.9
Fixed in Version: 1.3.5
3113450Description: Fixed the issue where a crash took place after intensive TCP disconnect/connect attempts.
Keywords: Crash; tcp
Discovered in Version: 1.2.9
Fixed in Version: 1.3.5
3100949


Description: Fixed the issue of when attempting to perform a second connect() after the first connect() has failed, a segmentation fault took place. Now, an expected error is received upon second attempt instead.
Keywords: connect(); blocking socket; segmentation fault
Discovered in Version: 1.2.9
Fixed in Version: 1.3.5