This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi People,
This might or might not be related, but this code yells "Miranda Method!" to me. setOption() is defined in the interface SocketOptions, which is implemented (but not defined) in the abstract class DatagramSocketImpl and finally implemented in the class natPlainDatagramSocketImplXXX.
I really simple thing to check would be to explicitly defined setOption() as an abstract method in the class DatagramSocketImpl.
Can Miranda bugs be platform specific ? it works here on Linux.
I can vouch for this working on Linux.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |