Commit 270b6f90 authored by Ozmen, Ozgur's avatar Ozmen, Ozgur
Browse files

--amend

parent 4e9d084f
Loading
Loading
Loading
Loading
(105 KiB)

File changed.

No diff preview for this file type.

+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ class x86:
		x86(std::string disk_img, std::string disk_fmt, int mem_mb = 2048, std::string mac_addr = "",
				EmulatorMode mode = FAST):
			// The slice has to be small in comparison to the link data rate
			QemuComputer<IO_Type>(0.1)
			QemuComputer<IO_Type>(0.0001)
		{
			// Add a nic to the computer
			vector<string> qemu_args;
(105 KiB)

File changed.

No diff preview for this file type.

+2 −2
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ class x86:
		x86(std::string disk_img, std::string disk_fmt, int mem_mb = 2048, std::string mac_addr = "",
				EmulatorMode mode = FAST):
			// The slice has to be small in comparison to the link data rate
			QemuComputer<IO_Type>(0.1)
			QemuComputer<IO_Type>(0.0001)
		{
			// Add a nic to the computer
			vector<string> qemu_args;
@@ -214,7 +214,7 @@ int main(int argc, char **argv)
	//
	// historian: sudo ifconfig ens3 10.0.2.2
	// forwarder1: sudo ifconfig ens3 10.0.2.3
	// forwarder2: sudo ifconfig ens3 10.0.2.4 - This ip 
	// forwarder2: sudo ifconfig ens3 10.0.2.4 
	//
	//
	// To shutdown cleanly, you must shutdown the machines as follows: