Skip to content
  • Guido Trotter's avatar
    Abstract the LUXI eom into a constant · 25942a6c
    Guido Trotter authored
    
    
    Currently the EOM terminator is hardcoded on the server side, and is
    customizable in the Transport object (with the default being the same as
    the value found in the server), but not in the luxi client.
    
    With this patch we move the value to constants, and remove the "fake"
    customizability, which would just break client/server communication. If
    we ever need to have a luxi transport with a different terminator it's
    easy enough to add it back.
    
    Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
    Reviewed-by: default avatarIustin Pop <iustin@google.com>
    25942a6c