Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactored SCMP for non-blocking send #119

Merged
merged 70 commits into from
Sep 24, 2024

Java 17

02e9097
Select commit
Loading
Failed to load commit list.
Merged

Refactored SCMP for non-blocking send #119

Java 17
02e9097
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 24, 2024 in 1s

83.95% of diff hit (target 74.68%)

View this Pull Request on Codecov

83.95% of diff hit (target 74.68%)

Annotations

Check warning on line 235 in src/main/java/org/scion/jpan/Scmp.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/Scmp.java#L235

Added line #L235 was not covered by tests

Check warning on line 243 in src/main/java/org/scion/jpan/Scmp.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/Scmp.java#L243

Added line #L243 was not covered by tests

Check warning on line 248 in src/main/java/org/scion/jpan/Scmp.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/Scmp.java#L247-L248

Added lines #L247 - L248 were not covered by tests

Check warning on line 280 in src/main/java/org/scion/jpan/Scmp.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/Scmp.java#L280

Added line #L280 was not covered by tests

Check warning on line 296 in src/main/java/org/scion/jpan/Scmp.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/Scmp.java#L296

Added line #L296 was not covered by tests

Check warning on line 124 in src/main/java/org/scion/jpan/ScmpResponder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpResponder.java#L124

Added line #L124 was not covered by tests

Check warning on line 130 in src/main/java/org/scion/jpan/ScmpResponder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpResponder.java#L130

Added line #L130 was not covered by tests

Check warning on line 166 in src/main/java/org/scion/jpan/ScmpResponder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpResponder.java#L166

Added line #L166 was not covered by tests

Check warning on line 200 in src/main/java/org/scion/jpan/ScmpResponder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpResponder.java#L200

Added line #L200 was not covered by tests

Check warning on line 209 in src/main/java/org/scion/jpan/ScmpResponder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpResponder.java#L208-L209

Added lines #L208 - L209 were not covered by tests

Check warning on line 214 in src/main/java/org/scion/jpan/ScmpResponder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpResponder.java#L213-L214

Added lines #L213 - L214 were not covered by tests

Check warning on line 222 in src/main/java/org/scion/jpan/ScmpResponder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpResponder.java#L221-L222

Added lines #L221 - L222 were not covered by tests

Check warning on line 128 in src/main/java/org/scion/jpan/ScmpSender.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpSender.java#L128

Added line #L128 was not covered by tests

Check warning on line 139 in src/main/java/org/scion/jpan/ScmpSender.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpSender.java#L138-L139

Added lines #L138 - L139 were not covered by tests

Check warning on line 160 in src/main/java/org/scion/jpan/ScmpSender.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpSender.java#L160

Added line #L160 was not covered by tests

Check warning on line 172 in src/main/java/org/scion/jpan/ScmpSender.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpSender.java#L169-L172

Added lines #L169 - L172 were not covered by tests

Check warning on line 195 in src/main/java/org/scion/jpan/ScmpSender.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpSender.java#L195

Added line #L195 was not covered by tests

Check warning on line 208 in src/main/java/org/scion/jpan/ScmpSender.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpSender.java#L208

Added line #L208 was not covered by tests

Check warning on line 249 in src/main/java/org/scion/jpan/ScmpSender.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpSender.java#L248-L249

Added lines #L248 - L249 were not covered by tests

Check warning on line 53 in src/main/java/org/scion/jpan/ScmpSenderAsync.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpSenderAsync.java#L53

Added line #L53 was not covered by tests

Check warning on line 55 in src/main/java/org/scion/jpan/ScmpSenderAsync.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpSenderAsync.java#L55

Added line #L55 was not covered by tests

Check warning on line 76 in src/main/java/org/scion/jpan/ScmpSenderAsync.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpSenderAsync.java#L76

Added line #L76 was not covered by tests

Check warning on line 80 in src/main/java/org/scion/jpan/ScmpSenderAsync.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpSenderAsync.java#L78-L80

Added lines #L78 - L80 were not covered by tests

Check warning on line 90 in src/main/java/org/scion/jpan/ScmpSenderAsync.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpSenderAsync.java#L89-L90

Added lines #L89 - L90 were not covered by tests

Check warning on line 218 in src/main/java/org/scion/jpan/ScmpSenderAsync.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/scion/jpan/ScmpSenderAsync.java#L218

Added line #L218 was not covered by tests