>It should not be hard to add this flag; It requires changes to the >runtime and the libraries, am not sure if we want to put those changes >directly into Mono though. > >It depends on the quality of the patch I guess.
Thanks. I've found a workaround for this problem... Called IP over SCI :) This is much more easier than adding special flags to Mono and it doesn't require any changes in user's programs. Here, for example, I compared the same simple program that sent some data through the eth and sci: --8<------------------------------------------------- [EMAIL PROTECTED] clientserver]$ mono Client.exe node-12 Sent successfully! Total time: 00:00:10.3646250 [EMAIL PROTECTED] clientserver]$ mono Client.exe scip-12 Sent successfully! Total time: 00:00:03.0824960 --8<------------------------------------------------- Best regards, Vadim B. Guzev http://u.pereslavl.ru/~vadim/MCSharp/ _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
