this.localBuffersPools = new ConcurrentHashMap<AbstractID, LocalBufferPoolOwner>();
this.ourAddress = new InetSocketAddress(connectionInfo.address(), connectionInfo.dataPort());
// a special pool if the data is to be discarded
this.discardBufferPool = new DiscardBufferPool();
}