Github user jpeach commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/1070#discussion_r81578355
  
    --- Diff: iocore/net/I_NetVConnection.h ---
    @@ -242,6 +242,14 @@ struct NetVCOptions {
     class NetVConnection : public VConnection
     {
     public:
    +  // How many bytes have been queued to the OS for sending by haven't been 
sent yet
    +  // Not all platforms support this, and if they don't we'll return -1 for 
them
    +  virtual int
    +  oustanding_bytes()
    --- End diff --
    
    ```C
    int64_t outstanding_bytes() const
    ```
    
    Since we use int64_t for byte counts.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to