Page MenuHomePhorge

wait until we have at least a tag+command for filtering to commence
ClosedPublic

Authored by seigo on Sep 7 2016, 10:01 AM.
Tags
None
Referenced Files
F11789556: D215.id463.diff
Thu, Apr 18, 4:59 PM
Unknown Object (File)
Wed, Apr 17, 1:56 PM
Unknown Object (File)
Tue, Apr 9, 3:27 PM
Unknown Object (File)
Tue, Apr 9, 3:10 AM
Unknown Object (File)
Sun, Apr 7, 3:08 PM
Unknown Object (File)
Fri, Apr 5, 10:51 PM
Unknown Object (File)
Fri, Mar 29, 8:42 AM
Unknown Object (File)
Thu, Mar 28, 3:50 PM
Subscribers
None

Details

Summary

This attempts to work around the interesting behavior seen with iPhones doing
TLS where the tag of the command is sent in a network packet on its own separate from
the command string.

Diff Detail

Repository
rG guam
Branch
feature/support_tag_arrives_before_command
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 4607
Build 4608: arc lint + arc unit

Event Timeline

seigo retitled this revision from to wait until we have at least a tag+command for filtering to commence.
seigo updated this object.
seigo edited the test plan for this revision. (Show Details)
seigo added a reviewer: Restricted Project.

Note that only very nominal testing has been done thus far, but I wanted to give others a preview look at what is cooking here.

This also brings a nice little optimization where commands are split into tag/command/data only *once* instead of at least twice per client-side rule application (something that would get even worse as the number of rues grows ...)

This revision was automatically updated to reflect the committed changes.
  • works correctly and one hopes with enough performance now
This revision was automatically updated to reflect the committed changes.