signetlabdei / quic-ns-3

QUIC implementation for ns-3
GNU General Public License v2.0
44 stars 17 forks source link

QuicSocketBase::GetSocketType should be returning NS3_SOCK_QUIC instead of NS3_SOCK_STREAM #22

Open hossamkhader opened 2 years ago

hossamkhader commented 2 years ago

QuicSocketBase::GetSocketType should be returning NS3_SOCK_QUIC instead of NS3_SOCK_STREAM

If the application needs to determine the socket type, to use flags parameter in QuicSocketBase::Send() for the QUIC stream number if the socket type is NS3_SOCK_QUIC