markdown2
The implementation of SDN controller for data center.
All switches are connected with each other
func fixed_shooting(msg_chan chan string) {
for {
msg_chan <- "fixed shooting"
fmt.Println("continue fixed shooting...")
}
}
The implementation of SDN controller for data center.
All switches are connected with each other
func fixed_shooting(msg_chan chan string) {
for {
msg_chan <- "fixed shooting"
fmt.Println("continue fixed shooting...")
}
}