TCP/IP segmentation and fragmentation:
reference link: 【计算机网络】区分tcp分段和ip分片 - JoyoHub
TCP/IP segmentation and fragmentation:
reference link: 【计算机网络】区分tcp分段和ip分片 - JoyoHub
to record issues when setting up different network options for my guest linux virtual machine.
refernce link: 【计算机网络】:一次性理清Virtualbox虚拟机网络模型 - JoyoHub
reference link: https://www.nakivo.com/blog/virtualbox-network-setting-guide/
1. issues when usign Bridged Adapter mode.
cannot get ipv4 address
set to NAT mode first, and get ip address by checking ifconfig
then switch to Bridged Adapter mode, and very importantly, choose the correct NIC (if you are using wifi, choose the wireleass NIC! in my case default is ehterent NIC, and i must change it to my wifi NIC), then check the ip address now using ifconfig. it works for me!
Header Files and Includes https://cplusplus.com/forum/articles/10627/ https://stackoverflow.com/questions/2762568/c-c-include-header-file-or...