/// <summary>
 /// Creates the option using the given checksum type.
 /// </summary>
 public TcpOptionAlternateChecksumRequest(TcpOptionAlternateChecksumType checksumType)
     : base(TcpOptionType.AlternateChecksumRequest)
 {
     ChecksumType = checksumType;
 }
 /// <summary>
 /// Creates the option using the given checksum type.
 /// </summary>
 public TcpOptionAlternateChecksumRequest(TcpOptionAlternateChecksumType checksumType)
     : base(TcpOptionType.AlternateChecksumRequest)
 {
     ChecksumType = checksumType;
 }