André Reiter
André Reiter
Separated the issue, started here https://github.com/Matthias247/jawampa/issues/83
Is there a way to however use the UDT library in combination with DTLS ?
MTU MSS
its not an issue, more a question... from the class com.barchart.udt.OptionUDT: ``` /** the Maximum Transfer Unit. */ public static final OptionUDT UDT_MSS = // NEW(0, Integer.class, DECIMAL); /** the...
Hi, for some reason the udt library is throwing an exception, see below ``` SocketUDT socket = new SocketUDT(TypeUDT.STREAM); socket.connect(new InetSocketAddress(host, port)); NetInputStreamUDT udtInput = new NetInputStreamUDT(socket); NetOutputStreamUDT udtOutput =...
Not really an issue, more a question. Is there a way to prevent persistent connections using rescu? We have issues with a server, which sends Connection='[keep-alive]' But we need to...
its just a first try to add the apache http client support unit tests are failing due to mockito errors, no time unfortunately to fix that right now. no need...
Facing a problem, where a REST API has a "PATCH" method using the jakarta.ws.rs.PATCH annotation i can very well setup such a call, but it fails with ``` Exception in...
Currently the central key point of the XChange API is the CurrencyPair, which is passed as parameter for almost all methods. This works fine so far for spot markets. But...