Skip to content

Commit

Permalink
LightAPI: common: Add FORCE_SEND request flag
Browse files Browse the repository at this point in the history
* Will be used for forced sending packets

Change-Id: I0eba2d65c203edab3bd166ec41c588ef7468bc53
  • Loading branch information
BeYkeRYkt committed Oct 30, 2021
1 parent b9582ba commit 7245be4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,9 @@ public class RequestFlag {
*/
@Deprecated
public static final int MOVED_TO_DEFERRED = 64;

/**
* N/A
*/
public static final int FORCE_SEND = 128;
}

0 comments on commit 7245be4

Please sign in to comment.