quic-ns-3 icon indicating copy to clipboard operation
quic-ns-3 copied to clipboard

QUIC implementation for ns-3

Results 11 quic-ns-3 issues
Sort by recently updated
recently updated
newest added

Hi, When I run a QUIC app, and the server receives a response, the packet has the same dest and origin port number. It is possible to appreciate this problem...

Hi, I am trying to send a specific number of bytes over QUIC using the BulkSend app, but it seems like there is no traffic at all of I set...

I use the last version [quic](https://github.com/signetlabdei/quic) in ns-3.32, when i run the quic-tester, the simulation stoped at 302s. Some information about links: serverApps.Stop (Seconds (400.0)) clientApps.Stop (Seconds (500.0)); Log: ```shell...

on running `./waf build` I am receiving the following error `../src/quic/model/quic-bbr.cc: In member function ‘void ns3::QuicBbr::InitPacingRate(ns3::Ptr)’: ../src/quic/model/quic-bbr.cc:148:11: error: no match for ‘operator==’ (operand types are ‘ns3::Time’ and ‘int’) if (rtt...

Hi, I am trying to send 2GB bytes with BulkSend app using QuicSocket however the app stops sending data after sending a few hundred thousand bytes (approx 14600 Quic packets)....

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...

I'm still trying to figure out why I'm seeing a lot of duplicate packets in my simulations that are then dropped by the RX buffer (see https://github.com/signetlabdei/quic-ns-3/issues/16). While debugging, I...

Hello sir I am trying to build a quic stream system model. And I planned to revise the quic-tester-stream.cc file at first. However, when i trace this file in wireshark,...

Without enabling `QUIC_VERSION_DRAFT_10`, ns-3 crashes for me with ``` aborted. cond="!IsVersionSupported (m_vers)", msg="0RTT Handshake requested with wrong Initial Version", +4.713833601s 157 file=../../contrib/quic/model/quic-socket-base.cc, line=2550 libc++abi.dylib: terminating Process 12686 stopped * thread...

Hi, I am trying to transplant the quic module to another ns-3 project named mmWave. Althought the RTT of QuicSocketBase can be traced when the datarate of MyApp is set...