You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by 宋辰伟 <61...@qq.com> on 2019/01/08 07:51:29 UTC

Re: ATS - Quic - Connection Migration

Hi
traffic_quic only select a new connection id which dispatch from traffic_server when enable_cm = true, IIUC. But it should be fine if the client has changed the addr(Please let me know if it doesn’t work).

scw00
  
> 在 2019年1月8日,下午3:28,pm@campus.technion.ac.il 写道:
> 
> Hi,
> I am a student in the Technion in Israel, In the computer science faculty, and working on a research project targeting QUIC protocol, as part of the research conducted in the faculty.
> I am working on quic-latest branch, and trying to initiate a connection migration.
> using "tcpdump udp -i lo" and setting enable_cm (enable connection migration flag) to 1. i am seeing in the client logs that it gets to the connection migration part of iocore, and that it start the connection migration, but on the UDP dump i dont see any port changes for that connection.
> any ideas what are we doing wrong?
> I will appreciate any help.
> Thanks!
> -Matan
> <traffic_server_logs.txt><udp_dump.txt><quic_client.txt>