We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3485f57 commit a48c3d8Copy full SHA for a48c3d8
src/client_win.adb
@@ -74,11 +74,10 @@ begin
74
(SOCKETS.Add_Membership, SOCKETS.Inet_Addr (Group), SOCKETS.Any_Inet_Addr));
75
76
-- If this socket is intended to send messages, provide the
77
- -- receiver socket address.
78
- Address.Addr := SOCKETS.Inet_Addr (Group);
+ -- receiver socket address. -- Address.Addr := SOCKETS.Inet_Addr (Group);
79
-- If this client is from windows, set this address of the Raspberry Pi,
80
-- instead of Group.
81
- -- Address.Addr := SOCKETS.Inet_Addr ("192.168.0.105");
+ Address.Addr := SOCKETS.Inet_Addr ("192.168.0.105");
82
83
Address.Port := 55505;
84
0 commit comments