Anonymous | Login | 01-15-2021 18:13 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0003035 | [Squeak] VM | minor | always | 02-22-06 11:21 | 09-18-07 09:19 | ||||
Reporter | MichaelPiel | View Status | public | ||||||
Assigned To | andreas | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | |||||||
Summary | 0003035: Socket>>receiveUDPDataInto: doesn't work under Windows | ||||||||
Description |
The Win32 VM function for Socket>>primSocket:receiveUDPDataInto:StartingAt:count: has a bug. in file sqWin32NewNet.c of SocketPlugin the function sqSocketReceiveUDPDataBufCountaddressportmoreFlag doesn't receive any data: ... /* receive data */ nRead = sqSocketSendDataBufCount(s, buf, bufSize); ... This bug seems to be present in all win32 VMs since the function is implemented (at least 3.4). |
||||||||
Additional Information | One can use Socket>>ReceiveDataInto: instead of Socket>>receiveUDPDataInto: since it checks if the socket is TCP or UDP. | ||||||||
Attached Files | |||||||||
|
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
55 total queries executed. 39 unique queries executed. |