X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FReferenceSources%2FSR2.cs;h=dfec0bc910e666f28b3d9e57749c0cb8178ff984;hb=b2cf10659d74681988ad53c18f368c007990d829;hp=35d8f634c02343e74fa0d4c0de01d6c69129a832;hpb=4f714afa7cd263daa294f688cb4efb8a255476b2;p=mono.git diff --git a/mcs/class/System/ReferenceSources/SR2.cs b/mcs/class/System/ReferenceSources/SR2.cs index 35d8f634c02..dfec0bc910e 100644 --- a/mcs/class/System/ReferenceSources/SR2.cs +++ b/mcs/class/System/ReferenceSources/SR2.cs @@ -3,10 +3,12 @@ // // Copyright 2014 Xamarin Inc // -// Mono-specific additions, which are not in SR.cs. +// Mono-specific additions, which are not in SR.cs or missing in referencesource // partial class SR { public const string mono_net_io_shutdown = "mono_net_io_shutdown"; public const string mono_net_io_renegotiate = "mono_net_io_renegotiate"; + + public const string net_log_set_socketoption_reuseport_default_on = "net_log_set_socketoption_reuseport_default_on"; }