Changed property visibility back to private.

This commit is contained in:
Rafael Cepeda 2025-05-13 17:31:06 +01:00
parent 0d55af16d2
commit e3f1cd1fc0
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ internal final class NIOTSConnectionChannel: StateManagedNWConnectionChannel {
internal let _addressCacheLock = NIOLock()
/// The `NIOPooledRecvBufferAllocator` used to allocate buffers for incoming data
internal var recvBufferPool: NIOPooledRecvBufferAllocator
private var recvBufferPool: NIOPooledRecvBufferAllocator
/// A constant to hold the maximum amount of buffers that should be created by the `NIOPooledRecvBufferAllocator`
///