mirror of
https://github.com/netbirdio/ice.git
synced 2026-05-22 17:10:58 -07:00
Fix alignment for 32bits
align for 32bits
This commit is contained in:
committed by
Sean DuBois
parent
e945d4b1f8
commit
507fde4712
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user