From 507fde4712dbd03984de4242b262fb9422ca5437 Mon Sep 17 00:00:00 2001 From: Hugo Arregui Date: Fri, 23 Aug 2019 08:15:53 -0300 Subject: [PATCH] Fix alignment for 32bits align for 32bits --- transport.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport.go b/transport.go index be242d5..4485e91 100644 --- a/transport.go +++ b/transport.go @@ -25,9 +25,9 @@ func (a *Agent) Accept(ctx context.Context, remoteUfrag, remotePwd string) (*Con // Conn represents the ICE connection. // At the moment the lifetime of the Conn is equal to the Agent. type Conn struct { - agent *Agent bytesReceived uint64 bytesSent uint64 + agent *Agent } // BytesSent returns the number of bytes sent