protected JChannel create(String name) throws Exception {
return new JChannel(new SHARED_LOOPBACK(),
new SHARED_LOOPBACK_PING().timeout(1000),
new NAKACK2(),
new UNICAST3(),
new STABLE(),
new GMS(),
new UFC().setValue("max_credits", MAX_CREDITS).setValue("min_threshold", 0.2),
new MFC().setValue("max_credits", MAX_CREDITS).setValue("min_threshold", 0.2),
new FRAG2().fragSize(1500)).name(name);
}