示例#1
0
 protected override void Configure(ServerBootstrap sb, Bootstrap cb, IByteBufferAllocator allocator)
 {
     sb.LocalAddress(NewSocketAddress());
     sb.Option(ChannelOption.Allocator, allocator);
     sb.ChildOption(ChannelOption.Allocator, allocator);
     cb.Option(ChannelOption.Allocator, allocator);
 }