summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:02:38 +0000
committerfcolin2007-02-01 10:02:38 +0000
commitcafedd9c0b86e50dac3e04afbc8ed27e22871cf9 (patch)
treea1372f1a502e9a4bec06f56c2975158b78078369
parent968b83f93534a6661d0ae4f196db3f71c7db0221 (diff)
downloadivy-csharp-cafedd9c0b86e50dac3e04afbc8ed27e22871cf9.zip
ivy-csharp-cafedd9c0b86e50dac3e04afbc8ed27e22871cf9.tar.gz
ivy-csharp-cafedd9c0b86e50dac3e04afbc8ed27e22871cf9.tar.bz2
ivy-csharp-cafedd9c0b86e50dac3e04afbc8ed27e22871cf9.tar.xz
Utilisateur : Fcolin Date : 10/02/06 Heure : 14:12 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 2)
-rw-r--r--CSharp/Ivy/IvyPPC/IvyUDPStream.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyUDPStream.cs b/CSharp/Ivy/IvyPPC/IvyUDPStream.cs
index feecba0..3654297 100644
--- a/CSharp/Ivy/IvyPPC/IvyUDPStream.cs
+++ b/CSharp/Ivy/IvyPPC/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)