Non-blocking udp socket memory leak
- From: "Guna" <gunasekaran.ramanujam@xxxxxxxxx>
- Date: Mon, 19 May 2008 12:49:37 +0100
hi
when i make udp socket to non-blocking with,
WSAIoctl(s, FIONBIO, &enable, sizeof(enable), NULL, 0, NULL, NULL, NULL)
the connection works fine. but when i close the socket it leaks memory. Looks this issue was a known bug in wince.net4.0
http://download.microsoft.com/download/8/0/5/8057bf64-419e-4836-969c-9d09bfd47c6c/WinCE%20.NET%204.0_Update_Readme_Update_ALL.htm
but i assume this was fixed with later versions. i am using winmobile6 which runs wince5; so it should be fine.
my goal is for non-blocking sendto(..).
any clue?
regards
-g
.
- Follow-Ups:
- Re: Non-blocking udp socket memory leak
- From: Guna
- Re: Non-blocking udp socket memory leak
- Prev by Date: How to find the exact position of Data Abort Error?
- Next by Date: Re: How to find the exact position of Data Abort Error?
- Previous by thread: How to find the exact position of Data Abort Error?
- Next by thread: Re: Non-blocking udp socket memory leak
- Index(es):
Relevant Pages
|
|