You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, We repeatedly filled a single transaction message with identical transactions until reaching its maximum capacity, and then sent it to different clients. Results showed that only Geth successfully processed this message, and we were able to locate these transactions in its MemPool. The other four clients directly rejected the data packet at the network layer, preventing the included transactions from entering their MemPools.