Network overload of docker containers

Hi, I am a beginner in using docker. I am running a blockchain simulation in my laptop using docker compose. Of all the transactions sent, only a very few transaction reaches all the servers. I am using four containers which communicate among themselves. Is it possible that the containers just drop the transactions when the rate at which the transactions are sent is too much for them to handle?