]
Bela Ban closed JGRP-790.
-------------------------
Resolution: Done
This is not needed anymore, with fork channels we only have 1 FD_SOCK protocol
FD_SOCK / shared transport: make FD_SOCK a singleton
----------------------------------------------------
Key: JGRP-790
URL:
https://issues.jboss.org/browse/JGRP-790
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.6.8
If we have multiple channels over the same shared transport, FD_SOCK creates multiple
server sockets within the same JVM. Investigate whether we can collapse those into one
server socket if we run over the same shared transport.