I captured a TLS Session where I'm sending my files to a Cloud Storage and have multiple entries with over 1514 bytes on wire, the biggest one is 16512Byte and the others are lower. Only the frames I'm sending are that big. Does the TLS application have some kind of buffer and then hands the buffer over to the NIC which builds the segments according the MTU? asked 12 Aug '15, 17:50 gill89 |
One Answer:
TSO TCP send offload is probably active on the nic. answered 12 Aug '15, 21:30 Anders ♦ |
I already checked that. I'm using Windows 10 and it says Chimney is disabled. Any other suggestions?
Nevermind you were totally right. I thank you for your suggestion! It was enabled on the NIC. I thought i checked this option but obviously not. Thank you very much.