Module connection_migration

Module connection_migration 

Source
Expand description

QUIC Connection Migration for Mobile Support

This module implements QUIC connection migration to handle network changes seamlessly, particularly important for mobile devices switching between WiFi, cellular, and other network interfaces.

§Features

  • Automatic detection of network interface changes
  • Seamless connection migration without data loss
  • State preservation during migration
  • Retry logic for failed migrations
  • Statistics tracking for migration events

§Use Cases

  • Mobile devices switching from WiFi to cellular
  • Laptops moving between networks
  • Devices with multiple network interfaces
  • Network interface failures requiring fallback

Structs§

ConnectionMigrationManager
Manages QUIC connection migration
MigrationAttempt
Information about a connection migration attempt
MigrationConfig
Connection migration configuration
MigrationStats
Connection migration statistics

Enums§

MigrationError
Errors that can occur during connection migration
MigrationState
State of a connection migration