Fix alignment for 32bits

align for 32bits
This commit is contained in:
Hugo Arregui
2019-08-23 10:44:25 -07:00
committed by Sean DuBois
parent e945d4b1f8
commit 507fde4712
+1 -1
View File
@@ -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