On 24/10/2019 16:26, Daniel Fuchs wrote: > > 73 // Used to make native read and write calls > 74 private static NativeDispatcher nd = new DatagramDispatcher(); > > Is there any reason why `nd` is not final? Look like a long standing oversight, it should be final. I can fix that as part of this change. -Alan.