diff options
author | fcolin | 2007-02-01 09:50:49 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:50:49 +0000 |
commit | 4384000c46fb2f58bc197899b6a799ed29725cb7 (patch) | |
tree | 20e658bcf17a5b20da49df0d48617e5fe8234bc5 /CSharp/Ivy | |
parent | 09cac7c22c022e9fce679cf03bc389121b033eea (diff) | |
download | ivy-csharp-4384000c46fb2f58bc197899b6a799ed29725cb7.zip ivy-csharp-4384000c46fb2f58bc197899b6a799ed29725cb7.tar.gz ivy-csharp-4384000c46fb2f58bc197899b6a799ed29725cb7.tar.bz2 ivy-csharp-4384000c46fb2f58bc197899b6a799ed29725cb7.tar.xz |
Utilisateur : Fcolin Date : 10/02/06 Heure : 14:12 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 2)
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r-- | CSharp/Ivy/Ivy/IvyUDPStream.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CSharp/Ivy/Ivy/IvyUDPStream.cs b/CSharp/Ivy/Ivy/IvyUDPStream.cs index feecba0..3654297 100644 --- a/CSharp/Ivy/Ivy/IvyUDPStream.cs +++ b/CSharp/Ivy/Ivy/IvyUDPStream.cs @@ -34,6 +34,7 @@ namespace IvyBus {
in_stream.Close();
out_stream.Close();
+ socket.Shutdown(SocketShutdown.Both);
socket.Close();
}
internal void receiveMsg(out IPEndPoint remote, out ushort version, out ushort port, out string appId, out string appName)
|