Skip to content

if n packets ( n % 2 != 0 ) are received within 100 µs, the latest ACK may be delayed up to 200ms #461

Description

@Lanius-collaris

Your environment.

What did you do?

send 2*MTU bytes at a time:

pingMsg := make([]byte, 2*assoc.MTU())
for{
	stream.Write(pingMsg)
	time.Sleep(time.Second)
}

send 3*MTU bytes at a time:

pingMsg := make([]byte, 3*assoc.MTU())
for{
	stream.Write(pingMsg)
	time.Sleep(time.Second)
}

What did you expect?

pion chooses a delay based on RTT?

What happened?

pcaps.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions