George Yanev

Results 8 comments of George Yanev

@tuijldert I also have some kind of a class-loading issue. I can not figure out how to declare dependency in a slee deployment unit (du) to some wildfly module? I...

Ok, that worked but it is very strange. I wonder is it supposed to remain so. I think deployment units should be able to depend on other modules.

@tuijldert Anyway this was very helpful. Thanks!

@AmarisKome, No I did not find a way to install the NKE. Instead for SCTP development I use a linux docker container inside Docker Desktop. See [https://code.visualstudio.com/docs/devcontainers/containers](https://code.visualstudio.com/docs/devcontainers/containers)

My experience with example client/server sctp is similar. IMHO such a difference in the performance is unacceptable.

I installed windows 10e and windwos 11 under ubuntu 20. I can connect to windows containers using remina rdp client from a linux laptop, but when I try to connect...

@vk-coder can you elaborate how exactly are you using SetNonblock to make the sctp Accept nonblocking? The fd field in SCTPListener in not public.

@vk-coder Thank you for sharing your example. So you are using sctp-go from thebagchi and not ishidawataru sctp. I wonder wouldn't two sctp libraries in a project seem too much...