Some basic info
DF is not set
find MTU of source
powershell to see max MTU of win11:
netsh interface ipv4 show interfaces
Send some test traffic that is bigger than the MTU of the source
ping -l 1600 <destination>
Check with wireshark at destination
fragmented in 2 packets
first packet
Send some test traffic that is bigger than the MTU of the source
ping -l 1600 -f <destination>
packet will be dropped at the laptop
