Début création du fichier du server unicast
This commit is contained in:
@@ -12,9 +12,12 @@ const (
|
||||
func main() {
|
||||
println("StorBackEnd started !")
|
||||
|
||||
multicast := network.CreateClientMulticast(MULTICAST_ADDRESS, MULTICAST_SECOND)
|
||||
//multicast := network.CreateClientMulticast(MULTICAST_ADDRESS, MULTICAST_SECOND)
|
||||
|
||||
/* go */
|
||||
multicast.Run()
|
||||
//multicast.Run()
|
||||
|
||||
server := network.ServerUnicast{Network: "tcp", Address: "0.0.0.0:58000"}
|
||||
server.Run()
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user