-
I tried receiving UDP packets bound socket with recvfrom, but I always got "0.8.0.0" as sender's address. Looking at the source code, to me it looks like it's using 4 first bytes of TSockAddr structure as IPv4 address.
Replacing it with TInetAddr.Address() fixes the problem for me, as follows:
2344a2345
> TUint ipv4=TInetAddr(*address).Address();
2346c2347
2007-10-02 10:18:10 UTC in PyS60
-
jarnoh committed patchset 18 of module src to the MuhmuAudio CVS repository, changing 58 files.
2000-10-20 23:14:17 UTC in MuhmuAudio
-
jarnoh committed patchset 17 of module src to the MuhmuAudio CVS repository, changing 63 files.
2000-10-20 22:31:03 UTC in MuhmuAudio
-
jarnoh committed patchset 16 of module src to the MuhmuAudio CVS repository, changing 63 files.
2000-10-20 22:31:03 UTC in MuhmuAudio
-
Added HeadSpaceAudioDevice.
The actual sound quality depends on DirectSound drivers primary buffer, some default to 22kHz and JDK probably doesnt know how to change it.
2000-07-11 09:16:14 UTC in MuhmuAudio
-
CVS now contains HeadSpaceAudioDevice, which enables beyond 8kHz sound under JDK 1.2.
2000-07-11 09:13:26 UTC in MuhmuAudio
-
jarnoh committed patchset 13 of module src to the MuhmuAudio CVS repository, changing 10 files.
2000-07-11 08:46:13 UTC in MuhmuAudio
-
jarnoh committed patchset 12 of module src to the MuhmuAudio CVS repository, changing 1 files.
2000-07-11 08:26:02 UTC in MuhmuAudio
-
jarnoh committed patchset 11 of module src to the MuhmuAudio CVS repository, changing 1 files.
2000-07-11 08:22:18 UTC in MuhmuAudio
-
jarnoh committed patchset 10 of module src to the MuhmuAudio CVS repository, changing 1 files.
2000-07-11 08:21:45 UTC in MuhmuAudio