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 c13cf35 commit 0f2aaccCopy full SHA for 0f2aacc
1 file changed
burt_network/lib/src/udp/burt_socket.dart
@@ -79,7 +79,7 @@ abstract class BurtSocket extends UdpSocket {
79
/// If the Socket Info's IP address is [InternetAddress.anyIPv4], it will be sent to
80
/// [InternetAddress.loopbackIPv4]
81
///
82
- /// By default, the address is the destination address, on port 8020
+ /// By default, the address is [InternetAddress.loopbackIPv4], on port 8020
83
SocketInfo get timesyncDestination {
84
final address = _timesyncDestination.address != InternetAddress.anyIPv4
85
? _timesyncDestination.address
0 commit comments