nconnect is included in linux kernel versions >= 5.3. What is nconnect? nconnect enables multiple TCP connections for a single NFS mount. It is easy to implement
At /etc/fstab
mount -t nfs -o rw,nconnect=16 192.168.1.0:/applications /user/local
For more information, do take a look at Session Trunking for NFS available in RHEL-8
References: