Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/Windows-classic-samples Loading
base: main
Choose a base ref
...
head repository: appneta/Windows-classic-samples Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 4, 2022

  1. MP-5602 Ping sample: add -d -o -6 -m options

    New options documented in help:
    
    ```
    Ping.exe -h
    usage: C:\Users\admin\git\Windows-classic-samples\Samples\Win7Samples\netds\winsock\ping\Ping.exe [options] <host>
            host        Remote machine to ping
            options:
                -a 4|6       Address family (default: AF_UNSPEC)
                -i ttl       Time to live (default: 128)
                -l bytes     Amount of data to send (default: 32)
                -r           Record route (IPv4 only)
                -d           Set Don't Fragment legacy socket option
                -6           Force IPv6 socket() protocol - sets Header Include (-o)
                -o           Set Header Include socket option (IPv6 only for now)
                -m           PMTU discover ("do", "dont" or "probe"))
    ```
    fklassen committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    1365ceb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from appneta/MP-5602_Ping.cpp_sample_Raw_Header…

    …_PMTU_support
    
    MP-5602 Ping sample: add -d -o -6 -m options
    fklassen committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    68e7779 View commit details
    Browse the repository at this point in the history
Loading